Html Css Color HEX #CCD270 Goldenrod

📋 copy color: '#CCD270'

red 204 ◦ green 210 ◦ blue 112

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

Shades of Goldenrod #CCD270

Tints of Goldenrod #CCD270

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.92%

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

R = 38.78%
G = 39.92%
B = 21.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#CCD270 (or 0xCCD270) is known color: Goldenrod. HEX triplet: CC, D2 and 70. RGB value is (204,210,112). Sum of RGB (Red+Green+Blue) = 204+210+112=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD270 is #332D8F. Grayscale: #C5C5C5. Windows color (decimal): -3354000 or 7393996. OLE color: 7393996.

HSL color Cylindrical-coordinate representation of color #CCD270: hue angle of 63.67º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCD270 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 210 112 -
CMYK 0.03 0 0.47 0.18
HSL 63.67º 0.52% 0.63% -
HSV(B) 63.67º 0.47% 0.82% -
XYZ 50.87 60.1 24.25 -
YUV 197.03 80.01 132.97 -
System Red Green Blue C M Y K H S L
Decimal 204 210 112 0.03 0 0.47 0.18 63.67 0.52 0.63
Hex CC D2 70 3 0 2F 12 40 34 3F
Octal 314 322 160 3 0 57 22 100 64 77
Binary 11001100 11010010 1110000 11 0 101111 10010 1000000 110100 111111

Color Harmonies of #CCD270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD270

Black with #CCD270

Text Example


Text Example

White with #CCD270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD270; }

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

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

background-color css

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

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

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

border-color css

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

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

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