Html Css Color HEX #CCD56B Goldenrod

📋 copy color: '#CCD56B'

red 204 ◦ green 213 ◦ blue 107

#CCD56B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #CCD56B

Tints of Goldenrod #CCD56B

RGB

 RED value IS 204 (80.08% from 255) = 38.93%

 GREEN value IS 213 (83.59% from 255) = 40.65%

 BLUE value IS 107 (42.19% from 255) = 20.42%

R = 38.93%
G = 40.65%
B = 20.42%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCD56B (or 0xCCD56B) is known color: Goldenrod. HEX triplet: CC, D5 and 6B. RGB value is (204,213,107). Sum of RGB (Red+Green+Blue) = 204+213+107=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 107 (42.19% from 255 or 20.42% from 524); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD56B is #332A94. Grayscale: #C6C6C6. Windows color (decimal): -3353237 or 7067084. OLE color: 7067084.

HSL color Cylindrical-coordinate representation of color #CCD56B: hue angle of 65.09º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCD56B is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 213 107 -
CMYK 0.04 0 0.50 0.16
HSL 65.09º 0.56% 0.63% -
HSV(B) 65.09º 0.5% 0.84% -
XYZ 51.35 61.49 23.07 -
YUV 198.23 76.52 132.12 -
System Red Green Blue C M Y K H S L
Decimal 204 213 107 0.04 0 0.50 0.16 65.09 0.56 0.63
Hex CC D5 6B 4 0 32 10 41 38 3F
Octal 314 325 153 4 0 62 20 101 70 77
Binary 11001100 11010101 1101011 100 0 110010 10000 1000001 111000 111111

Color Harmonies of #CCD56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD56B

Black with #CCD56B

Text Example


Text Example

White with #CCD56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD56B; }

 p { color: rgb(204,213,107); }

 H1.HeaderClassName
 {
   color: #CCD56B;
 }
 .AnyTagClassName
 {
   color: #CCD56B;
 }
</style>

background-color css

<style>
 a { background-color: #CCD56B; }

 a { background-color: rgb(204,213,107); }

 div.DivClassName
 {
   background-color: #CCD56B;
 }
 .BgClassName
 {
   background-color: #CCD56B;
 }
</style>

border-color css

<style>
 span { border-color: #CCD56B; }

 span { border-color: rgb(204,213,107); }

 td.TdClassName
 {
   border-color: #CCD56B;
 }
 .TagClassName
 {
   border-color: #CCD56B;
 }
</style>