Html Css Color HEX #CCD867 Goldenrod

📋 copy color: '#CCD867'

red 204 ◦ green 216 ◦ blue 103

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

Shades of Goldenrod #CCD867

Tints of Goldenrod #CCD867

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.3%

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

R = 39.01%
G = 41.3%
B = 19.69%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#CCD867 (or 0xCCD867) is known color: Goldenrod. HEX triplet: CC, D8 and 67. RGB value is (204,216,103). Sum of RGB (Red+Green+Blue) = 204+216+103=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 216 (84.77% from 255 or 41.30% from 523); Blue value is 103 (40.62% from 255 or 19.69% from 523); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD867 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD867 is #332798. Grayscale: #C7C7C7. Windows color (decimal): -3352473 or 6805708. OLE color: 6805708.

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

Color convert

RGB 204 216 103 -
CMYK 0.06 0 0.52 0.15
HSL 66.37º 0.59% 0.63% -
HSV(B) 66.37º 0.52% 0.85% -
XYZ 51.91 62.93 22.24 -
YUV 199.53 73.52 131.19 -
System Red Green Blue C M Y K H S L
Decimal 204 216 103 0.06 0 0.52 0.15 66.37 0.59 0.63
Hex CC D8 67 6 0 34 F 42 3B 3F
Octal 314 330 147 6 0 64 17 102 73 77
Binary 11001100 11011000 1100111 110 0 110100 1111 1000010 111011 111111

Color Harmonies of #CCD867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD867

Black with #CCD867

Text Example


Text Example

White with #CCD867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD867; }

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

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

background-color css

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

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

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

border-color css

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

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

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