Html Css Color HEX #CCD76D Goldenrod

📋 copy color: '#CCD76D'

red 204 ◦ green 215 ◦ blue 109

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

Shades of Goldenrod #CCD76D

Tints of Goldenrod #CCD76D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.72%

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

R = 38.64%
G = 40.72%
B = 20.64%

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

#CCD76D (or 0xCCD76D) is known color: Goldenrod. HEX triplet: CC, D7 and 6D. RGB value is (204,215,109). Sum of RGB (Red+Green+Blue) = 204+215+109=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 215 (84.38% from 255 or 40.72% from 528); Blue value is 109 (42.97% from 255 or 20.64% from 528); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD76D is #332892. Grayscale: #C8C8C8. Windows color (decimal): -3352723 or 7198668. OLE color: 7198668.

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

Color convert

RGB 204 215 109 -
CMYK 0.05 0 0.49 0.16
HSL 66.23º 0.57% 0.64% -
HSV(B) 66.23º 0.49% 0.84% -
XYZ 51.96 62.54 23.8 -
YUV 199.63 76.86 131.12 -
System Red Green Blue C M Y K H S L
Decimal 204 215 109 0.05 0 0.49 0.16 66.23 0.57 0.64
Hex CC D7 6D 5 0 31 10 42 39 40
Octal 314 327 155 5 0 61 20 102 71 100
Binary 11001100 11010111 1101101 101 0 110001 10000 1000010 111001 1000000

Color Harmonies of #CCD76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD76D

Black with #CCD76D

Text Example


Text Example

White with #CCD76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD76D; }

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

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

background-color css

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

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

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

border-color css

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

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

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