Html Css Color HEX #CCD66D Goldenrod

📋 copy color: '#CCD66D'

red 204 ◦ green 214 ◦ blue 109

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

Shades of Goldenrod #CCD66D

Tints of Goldenrod #CCD66D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.61%

 BLUE value IS 109 (42.97% from 255) = 20.68%

R = 38.71%
G = 40.61%
B = 20.68%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#CCD66D (or 0xCCD66D) is known color: Goldenrod. HEX triplet: CC, D6 and 6D. RGB value is (204,214,109). Sum of RGB (Red+Green+Blue) = 204+214+109=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 109 (42.97% from 255 or 20.68% from 527); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD66D is #332992. Grayscale: #C7C7C7. Windows color (decimal): -3352979 or 7198412. OLE color: 7198412.

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

Color convert

RGB 204 214 109 -
CMYK 0.05 0 0.49 0.16
HSL 65.71º 0.56% 0.63% -
HSV(B) 65.71º 0.49% 0.84% -
XYZ 51.71 62.03 23.72 -
YUV 199.04 77.19 131.54 -
System Red Green Blue C M Y K H S L
Decimal 204 214 109 0.05 0 0.49 0.16 65.71 0.56 0.63
Hex CC D6 6D 5 0 31 10 42 38 3F
Octal 314 326 155 5 0 61 20 102 70 77
Binary 11001100 11010110 1101101 101 0 110001 10000 1000010 111000 111111

Color Harmonies of #CCD66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD66D

Black with #CCD66D

Text Example


Text Example

White with #CCD66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD66D; }

 p { color: rgb(204,214,109); }

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

background-color css

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

 a { background-color: rgb(204,214,109); }

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

border-color css

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

 span { border-color: rgb(204,214,109); }

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