Html Css Color HEX #CCDA72 Goldenrod

📋 copy color: '#CCDA72'

red 204 ◦ green 218 ◦ blue 114

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

Shades of Goldenrod #CCDA72

Tints of Goldenrod #CCDA72

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.67%

 BLUE value IS 114 (44.92% from 255) = 21.27%

R = 38.06%
G = 40.67%
B = 21.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#CCDA72 (or 0xCCDA72) is known color: Goldenrod. HEX triplet: CC, DA and 72. RGB value is (204,218,114). Sum of RGB (Red+Green+Blue) = 204+218+114=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 114 (44.92% from 255 or 21.27% from 536); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDA72 is #33258D. Grayscale: #CACACA. Windows color (decimal): -3351950 or 7527116. OLE color: 7527116.

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

Color convert

RGB 204 218 114 -
CMYK 0.06 0 0.48 0.15
HSL 68.08º 0.58% 0.65% -
HSV(B) 68.08º 0.48% 0.85% -
XYZ 53.01 64.2 25.52 -
YUV 201.96 78.36 129.46 -
System Red Green Blue C M Y K H S L
Decimal 204 218 114 0.06 0 0.48 0.15 68.08 0.58 0.65
Hex CC DA 72 6 0 30 F 44 3A 41
Octal 314 332 162 6 0 60 17 104 72 101
Binary 11001100 11011010 1110010 110 0 110000 1111 1000100 111010 1000001

Color Harmonies of #CCDA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDA72

Black with #CCDA72

Text Example


Text Example

White with #CCDA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDA72; }

 p { color: rgb(204,218,114); }

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

background-color css

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

 a { background-color: rgb(204,218,114); }

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

border-color css

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

 span { border-color: rgb(204,218,114); }

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