#CCD570

Color #CCD570 Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goldenrod #CCD570

Tints of Goldenrod #CCD570

Color information

#CCD570 (or 0xCCD570) is unknown color: approx Goldenrod. HEX triplet: CC, D5 and 70. RGB value is (204,213,112). Sum of RGB (Red+Green+Blue) = 204+213+112=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 112 (44.14% from 255 or 21.17% from 529); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD570 is #332A8F. Grayscale: #C7C7C7. Windows color (decimal): -3353232 or 7394764. OLE color: 7394764.

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

Color convert

RGB204213112-
CMYK0.0400.470.16
HSL65.35º54.59%63.73%-
HSV(B)65.35º47.42%83.53%-
XYZ51.6261.624.5-
YUV198.879.02131.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.56%
GREEN value IS 213 (83.59% from 255) = 40.26%
BLUE value IS 112 (44.14% from 255) = 21.17%
R=38.56%
G=40.26%
B=21.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042131120.0400.470.1665.3554.5963.73
HexCCD570402F10413740
Octal31432516040572010167100
Binary1100110011010101111000010001011111000010000011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD570; }

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

 H1.HeaderClassName
 {
   color: #CCD570;
 }
 .AnyTagClassName
 {
   color: #CCD570;
 }
</style>
background-color css

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

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

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

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

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

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