#DADC67

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

Shades of Goldenrod #DADC67

Tints of Goldenrod #DADC67

Color information

#DADC67 (or 0xDADC67) is unknown color: approx Goldenrod. HEX triplet: DA, DC and 67. RGB value is (218,220,103). Sum of RGB (Red+Green+Blue) = 218+220+103=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 103 (40.62% from 255 or 19.04% from 541); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADC67 is #252398. Grayscale: #CECECE. Windows color (decimal): -2433945 or 6806746. OLE color: 6806746.

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

Color convert

RGB218220103-
CMYK0.0100.530.14
HSL61.03º62.57%63.33%-
HSV(B)61.03º53.18%86.27%-
XYZ56.9567.0722.78-
YUV206.0669.84136.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.30%
GREEN value IS 220 (86.33% from 255) = 40.67%
BLUE value IS 103 (40.62% from 255) = 19.04%
R=40.30%
G=40.67%
B=19.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182201030.0100.530.1461.0362.5763.33
HexDADC671035E3d3f3f
Octal332334147106516757777
Binary11011010110111001100111101101011110111101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADC67; }

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

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

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

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

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

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

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

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