Html Css Color HEX #CCD36B Goldenrod

📋 copy color: '#CCD36B'

red 204 ◦ green 211 ◦ blue 107

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

Shades of Goldenrod #CCD36B

Tints of Goldenrod #CCD36B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.42%

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

R = 39.08%
G = 40.42%
B = 20.5%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#CCD36B (or 0xCCD36B) is known color: Goldenrod. HEX triplet: CC, D3 and 6B. RGB value is (204,211,107). Sum of RGB (Red+Green+Blue) = 204+211+107=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 211 (82.81% from 255 or 40.42% from 522); Blue value is 107 (42.19% from 255 or 20.50% from 522); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD36B is #332C94. Grayscale: #C5C5C5. Windows color (decimal): -3353749 or 7066572. OLE color: 7066572.

HSL color Cylindrical-coordinate representation of color #CCD36B: hue angle of 64.04º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCD36B is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 211 107 -
CMYK 0.03 0 0.49 0.17
HSL 64.04º 0.54% 0.62% -
HSV(B) 64.04º 0.49% 0.83% -
XYZ 50.85 60.49 22.91 -
YUV 197.05 77.18 132.96 -
System Red Green Blue C M Y K H S L
Decimal 204 211 107 0.03 0 0.49 0.17 64.04 0.54 0.62
Hex CC D3 6B 3 0 31 11 40 36 3E
Octal 314 323 153 3 0 61 21 100 66 76
Binary 11001100 11010011 1101011 11 0 110001 10001 1000000 110110 111110

Color Harmonies of #CCD36B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD36B

Black with #CCD36B

Text Example


Text Example

White with #CCD36B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD36B; }

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

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

background-color css

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

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

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

border-color css

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

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

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