Html Css Color HEX #CCD770 Goldenrod

📋 copy color: '#CCD770'

red 204 ◦ green 215 ◦ blue 112

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

Shades of Goldenrod #CCD770

Tints of Goldenrod #CCD770

RGB

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

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

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

R = 38.42%
G = 40.49%
B = 21.09%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#CCD770 (or 0xCCD770) is known color: Goldenrod. HEX triplet: CC, D7 and 70. RGB value is (204,215,112). Sum of RGB (Red+Green+Blue) = 204+215+112=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 215 (84.38% from 255 or 40.49% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD770 is #33288F. Grayscale: #C8C8C8. Windows color (decimal): -3352720 or 7395276. OLE color: 7395276.

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

Color convert

RGB 204 215 112 -
CMYK 0.05 0 0.48 0.16
HSL 66.41º 0.56% 0.64% -
HSV(B) 66.41º 0.48% 0.84% -
XYZ 52.13 62.61 24.67 -
YUV 199.97 78.36 130.88 -
System Red Green Blue C M Y K H S L
Decimal 204 215 112 0.05 0 0.48 0.16 66.41 0.56 0.64
Hex CC D7 70 5 0 30 10 42 38 40
Octal 314 327 160 5 0 60 20 102 70 100
Binary 11001100 11010111 1110000 101 0 110000 10000 1000010 111000 1000000

Color Harmonies of #CCD770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD770

Black with #CCD770

Text Example


Text Example

White with #CCD770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD770; }

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

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

background-color css

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

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

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

border-color css

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

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

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