#D4CC63

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

Shades of Goldenrod #D4CC63

Tints of Goldenrod #D4CC63

Color information

#D4CC63 (or 0xD4CC63) is unknown color: approx Goldenrod. HEX triplet: D4, CC and 63. RGB value is (212,204,99). Sum of RGB (Red+Green+Blue) = 212+204+99=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 99 (39.06% from 255 or 19.22% from 515); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CC63 is #2B339C. Grayscale: #C2C2C2. Windows color (decimal): -2831261 or 6540500. OLE color: 6540500.

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

Color convert

RGB21220499-
CMYK00.040.530.17
HSL55.75º56.78%60.98%-
HSV(B)55.75º53.3%83.14%-
XYZ5158.0820.33-
YUV194.4274.15140.54-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.17%
GREEN value IS 204 (80.08% from 255) = 39.61%
BLUE value IS 99 (39.06% from 255) = 19.22%
R=41.17%
G=39.61%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122049900.040.530.1755.7556.7860.98
HexD4CC6304351138393d
Octal324314143046521707175
Binary11010100110011001100011010011010110001111000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CC63; }

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

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

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

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

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

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

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

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