Html Css Color HEX #CCD26B Goldenrod

📋 copy color: '#CCD26B'

red 204 ◦ green 210 ◦ blue 107

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

Shades of Goldenrod #CCD26B

Tints of Goldenrod #CCD26B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.31%

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

R = 39.16%
G = 40.31%
B = 20.54%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#CCD26B (or 0xCCD26B) is known color: Goldenrod. HEX triplet: CC, D2 and 6B. RGB value is (204,210,107). Sum of RGB (Red+Green+Blue) = 204+210+107=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 107 (42.19% from 255 or 20.54% from 521); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD26B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD26B is #332D94. Grayscale: #C4C4C4. Windows color (decimal): -3354005 or 7066316. OLE color: 7066316.

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

Color convert

RGB 204 210 107 -
CMYK 0.03 0 0.49 0.18
HSL 63.5º 0.53% 0.62% -
HSV(B) 63.5º 0.49% 0.82% -
XYZ 50.6 59.99 22.82 -
YUV 196.46 77.51 133.38 -
System Red Green Blue C M Y K H S L
Decimal 204 210 107 0.03 0 0.49 0.18 63.5 0.53 0.62
Hex CC D2 6B 3 0 31 12 3F 35 3E
Octal 314 322 153 3 0 61 22 77 65 76
Binary 11001100 11010010 1101011 11 0 110001 10010 111111 110101 111110

Color Harmonies of #CCD26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD26B

Black with #CCD26B

Text Example


Text Example

White with #CCD26B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD26B; }

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

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

background-color css

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

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

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

border-color css

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

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

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