#dcd767

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

Shades of Goldenrod #DCD767

Tints of Goldenrod #DCD767

Color information

#DCD767 (or 0xDCD767) is unknown color: approx Goldenrod. HEX triplet: DC, D7 and 67. RGB value is (220,215,103). Sum of RGB (Red+Green+Blue) = 220+215+103=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 215 (84.38% from 255 or 39.96% from 538); Blue value is 103 (40.62% from 255 or 19.14% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD767 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD767 is #232898. Grayscale: #CCCCCC. Windows color (decimal): -2304153 or 6805468. OLE color: 6805468.

HSL color Cylindrical-coordinate representation of color #DCD767: hue angle of 57.44º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCD767 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB220215103-
CMYK00.020.530.14
HSL57.44º62.57%63.33%-
HSV(B)57.44º53.18%86.27%-
XYZ56.2664.822.37-
YUV203.7371.16139.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.89%
GREEN value IS 215 (84.38% from 255) = 39.96%
BLUE value IS 103 (40.62% from 255) = 19.14%
R=40.89%
G=39.96%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021510300.020.530.1457.4462.5763.33
HexDCD7670235E393f3f
Octal334327147026516717777
Binary110111001101011111001110101101011110111001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dcd767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dcd767; }

 p { color: rgb(220,215,103); }

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

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

 a { background-color: rgb(220,215,103); }

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

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

 span { border-color: rgb(220,215,103); }

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