Html Css Color HEX #CCD470 Goldenrod

📋 copy color: '#CCD470'

red 204 ◦ green 212 ◦ blue 112

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

Shades of Goldenrod #CCD470

Tints of Goldenrod #CCD470

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.15%

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

R = 38.64%
G = 40.15%
B = 21.21%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#CCD470 (or 0xCCD470) is known color: Goldenrod. HEX triplet: CC, D4 and 70. RGB value is (204,212,112). Sum of RGB (Red+Green+Blue) = 204+212+112=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 212 (83.20% from 255 or 40.15% from 528); Blue value is 112 (44.14% from 255 or 21.21% from 528); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD470 is #332B8F. Grayscale: #C6C6C6. Windows color (decimal): -3353488 or 7394508. OLE color: 7394508.

HSL color Cylindrical-coordinate representation of color #CCD470: hue angle of 64.8º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCD470 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 212 112 -
CMYK 0.04 0 0.47 0.17
HSL 64.8º 0.54% 0.64% -
HSV(B) 64.8º 0.47% 0.83% -
XYZ 51.37 61.09 24.41 -
YUV 198.21 79.35 132.13 -
System Red Green Blue C M Y K H S L
Decimal 204 212 112 0.04 0 0.47 0.17 64.8 0.54 0.64
Hex CC D4 70 4 0 2F 11 41 36 40
Octal 314 324 160 4 0 57 21 101 66 100
Binary 11001100 11010100 1110000 100 0 101111 10001 1000001 110110 1000000

Color Harmonies of #CCD470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD470

Black with #CCD470

Text Example


Text Example

White with #CCD470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD470; }

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

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

background-color css

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

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

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

border-color css

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

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

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