#DADB67

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

Shades of Goldenrod #DADB67

Tints of Goldenrod #DADB67

Color information

#DADB67 (or 0xDADB67) is unknown color: approx Goldenrod. HEX triplet: DA, DB and 67. RGB value is (218,219,103). Sum of RGB (Red+Green+Blue) = 218+219+103=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 103 (40.62% from 255 or 19.07% from 540); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADB67 is #252498. Grayscale: #CDCDCD. Windows color (decimal): -2434201 or 6806490. OLE color: 6806490.

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

Color convert

RGB218219103-
CMYK0.0000.530.14
HSL60.52º61.7%63.14%-
HSV(B)60.52º52.97%85.88%-
XYZ56.6966.5522.69-
YUV205.4870.17136.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.37%
GREEN value IS 219 (85.94% from 255) = 40.56%
BLUE value IS 103 (40.62% from 255) = 19.07%
R=40.37%
G=40.56%
B=19.07%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182191030.0000.530.1460.5261.763.14
HexDADB670035E3d3e3f
Octal332333147006516757677
Binary11011010110110111100111001101011110111101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADB67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADB67; }

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

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

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

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

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

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

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

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