#DAD67F

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

Shades of Goldenrod #DAD67F

Tints of Goldenrod #DAD67F

Color information

#DAD67F (or 0xDAD67F) is unknown color: approx Goldenrod. HEX triplet: DA, D6 and 7F. RGB value is (218,214,127). Sum of RGB (Red+Green+Blue) = 218+214+127=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 214 (83.98% from 255 or 38.28% from 559); Blue value is 127 (50% from 255 or 22.72% from 559); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD67F is #252980. Grayscale: #CDCDCD. Windows color (decimal): -2435457 or 8378074. OLE color: 8378074.

HSL color Cylindrical-coordinate representation of color #DAD67F: hue angle of 57.36º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DAD67F is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB218214127-
CMYK00.020.420.15
HSL57.36º55.15%67.65%-
HSV(B)57.36º41.74%85.49%-
XYZ56.7964.5329.54-
YUV205.2883.83137.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.00%
GREEN value IS 214 (83.98% from 255) = 38.28%
BLUE value IS 127 (50% from 255) = 22.72%
R=39.00%
G=38.28%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821412700.020.420.1557.3655.1567.65
HexDAD67F022AF393744
Octal3323261770252177167104
Binary1101101011010110111111101010101011111110011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD67F; }

 p { color: rgb(218,214,127); }

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

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

 a { background-color: rgb(218,214,127); }

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

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

 span { border-color: rgb(218,214,127); }

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