#D0DC67

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

Shades of Goldenrod #D0DC67

Tints of Goldenrod #D0DC67

Color information

#D0DC67 (or 0xD0DC67) is unknown color: approx Goldenrod. HEX triplet: D0, DC and 67. RGB value is (208,220,103). Sum of RGB (Red+Green+Blue) = 208+220+103=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 103 (40.62% from 255 or 19.40% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DC67 is #2F2398. Grayscale: #CBCBCB. Windows color (decimal): -3089305 or 6806736. OLE color: 6806736.

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

Color convert

RGB208220103-
CMYK0.0500.530.14
HSL66.15º62.57%63.33%-
HSV(B)66.15º53.18%86.27%-
XYZ54.0565.5822.64-
YUV203.0771.52131.51-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.17%
GREEN value IS 220 (86.33% from 255) = 41.43%
BLUE value IS 103 (40.62% from 255) = 19.40%
R=39.17%
G=41.43%
B=19.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2082201030.0500.530.1466.1562.5763.33
HexD0DC675035E423f3f
Octal3203341475065161027777
Binary11010000110111001100111101011010111101000010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DC67; }

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

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

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

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

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

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

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

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