#DCDC67

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

Shades of Goldenrod #DCDC67

Tints of Goldenrod #DCDC67

Color information

#DCDC67 (or 0xDCDC67) is unknown color: approx Goldenrod. HEX triplet: DC, DC and 67. RGB value is (220,220,103). Sum of RGB (Red+Green+Blue) = 220+220+103=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 103 (40.62% from 255 or 18.97% from 543); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDC67 is #232398. Grayscale: #CFCFCF. Windows color (decimal): -2302873 or 6806748. OLE color: 6806748.

HSL color Cylindrical-coordinate representation of color #DCDC67: hue angle of 60º 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 #DCDC67 is Cyan = 0, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB220220103-
CMYK000.530.14
HSL60º62.57%63.33%-
HSV(B)60º53.18%86.27%-
XYZ57.5667.3822.8-
YUV206.6669.5137.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.52%
GREEN value IS 220 (86.33% from 255) = 40.52%
BLUE value IS 103 (40.62% from 255) = 18.97%
R=40.52%
G=40.52%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220220103000.530.146062.5763.33
HexDCDC670035E3c3f3f
Octal334334147006516747777
Binary11011100110111001100111001101011110111100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDC67; }

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

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

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

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

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

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

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

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