Html Css Color HEX #CCD967 Goldenrod

📋 copy color: '#CCD967'

red 204 ◦ green 217 ◦ blue 103

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

Shades of Goldenrod #CCD967

Tints of Goldenrod #CCD967

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.41%

 BLUE value IS 103 (40.63% from 255) = 19.66%

R = 38.93%
G = 41.41%
B = 19.66%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#CCD967 (or 0xCCD967) is known color: Goldenrod. HEX triplet: CC, D9 and 67. RGB value is (204,217,103). Sum of RGB (Red+Green+Blue) = 204+217+103=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 103 (40.62% from 255 or 19.66% from 524); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD967 is #332698. Grayscale: #C8C8C8. Windows color (decimal): -3352217 or 6805964. OLE color: 6805964.

HSL color Cylindrical-coordinate representation of color #CCD967: hue angle of 66.84º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCD967 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 217 103 -
CMYK 0.06 0 0.53 0.15
HSL 66.84º 0.6% 0.63% -
HSV(B) 66.84º 0.53% 0.85% -
XYZ 52.16 63.44 22.33 -
YUV 200.12 73.19 130.77 -
System Red Green Blue C M Y K H S L
Decimal 204 217 103 0.06 0 0.53 0.15 66.84 0.6 0.63
Hex CC D9 67 6 0 35 F 43 3C 3F
Octal 314 331 147 6 0 65 17 103 74 77
Binary 11001100 11011001 1100111 110 0 110101 1111 1000011 111100 111111

Color Harmonies of #CCD967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD967

Black with #CCD967

Text Example


Text Example

White with #CCD967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD967; }

 p { color: rgb(204,217,103); }

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

background-color css

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

 a { background-color: rgb(204,217,103); }

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

border-color css

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

 span { border-color: rgb(204,217,103); }

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