Html Css Color HEX #CCDA70 Goldenrod

📋 copy color: '#CCDA70'

red 204 ◦ green 218 ◦ blue 112

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

Shades of Goldenrod #CCDA70

Tints of Goldenrod #CCDA70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.97%

R = 38.2%
G = 40.82%
B = 20.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#CCDA70 (or 0xCCDA70) is known color: Goldenrod. HEX triplet: CC, DA and 70. RGB value is (204,218,112). Sum of RGB (Red+Green+Blue) = 204+218+112=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 112 (44.14% from 255 or 20.97% from 534); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDA70 is #33258F. Grayscale: #CACACA. Windows color (decimal): -3351952 or 7396044. OLE color: 7396044.

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

Color convert

RGB 204 218 112 -
CMYK 0.06 0 0.49 0.15
HSL 67.92º 0.59% 0.65% -
HSV(B) 67.92º 0.49% 0.85% -
XYZ 52.9 64.15 24.92 -
YUV 201.73 77.36 129.62 -
System Red Green Blue C M Y K H S L
Decimal 204 218 112 0.06 0 0.49 0.15 67.92 0.59 0.65
Hex CC DA 70 6 0 31 F 44 3B 41
Octal 314 332 160 6 0 61 17 104 73 101
Binary 11001100 11011010 1110000 110 0 110001 1111 1000100 111011 1000001

Color Harmonies of #CCDA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDA70

Black with #CCDA70

Text Example


Text Example

White with #CCDA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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