#CCD672

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

Shades of Goldenrod #CCD672

Tints of Goldenrod #CCD672

Color information

#CCD672 (or 0xCCD672) is unknown color: approx Goldenrod. HEX triplet: CC, D6 and 72. RGB value is (204,214,114). Sum of RGB (Red+Green+Blue) = 204+214+114=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 214 (83.98% from 255 or 40.23% from 532); Blue value is 114 (44.92% from 255 or 21.43% from 532); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD672 is #33298D. Grayscale: #C7C7C7. Windows color (decimal): -3352974 or 7526092. OLE color: 7526092.

HSL color Cylindrical-coordinate representation of color #CCD672: hue angle of 66º 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 #CCD672 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB204214114-
CMYK0.0500.470.16
HSL66º54.95%64.31%-
HSV(B)66º46.73%83.92%-
XYZ51.9962.1525.17-
YUV199.6179.69131.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.35%
GREEN value IS 214 (83.98% from 255) = 40.23%
BLUE value IS 114 (44.92% from 255) = 21.43%
R=38.35%
G=40.23%
B=21.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042141140.0500.470.166654.9564.31
HexCCD672502F10423740
Octal31432616250572010267100
Binary1100110011010110111001010101011111000010000101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD672; }

 p { color: rgb(204,214,114); }

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

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

 a { background-color: rgb(204,214,114); }

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

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

 span { border-color: rgb(204,214,114); }

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