Html Css Color HEX #DAD869 Goldenrod

📋 copy color: '#DAD869'

red 218 ◦ green 216 ◦ blue 105

#DAD869
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #DAD869

Tints of Goldenrod #DAD869

RGB

 RED value IS 218 (85.55% from 255) = 40.45%

 GREEN value IS 216 (84.77% from 255) = 40.07%

 BLUE value IS 105 (41.41% from 255) = 19.48%

R = 40.45%
G = 40.07%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DAD869 (or 0xDAD869) is known color: Goldenrod. HEX triplet: DA, D8 and 69. RGB value is (218,216,105). Sum of RGB (Red+Green+Blue) = 218+216+105=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 216 (84.77% from 255 or 40.07% from 539); Blue value is 105 (41.41% from 255 or 19.48% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD869 is #252796. Grayscale: #CCCCCC. Windows color (decimal): -2434967 or 6936794. OLE color: 6936794.

HSL color Cylindrical-coordinate representation of color #DAD869: hue angle of 58.94º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DAD869 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 216 105 -
CMYK 0 0.01 0.52 0.15
HSL 58.94º 0.6% 0.63% -
HSV(B) 58.94º 0.52% 0.85% -
XYZ 56.02 65.04 22.97 -
YUV 203.94 72.16 138.03 -
System Red Green Blue C M Y K H S L
Decimal 218 216 105 0 0.01 0.52 0.15 58.94 0.6 0.63
Hex DA D8 69 0 1 34 F 3B 3C 3F
Octal 332 330 151 0 1 64 17 73 74 77
Binary 11011010 11011000 1101001 0 1 110100 1111 111011 111100 111111

Color Harmonies of #DAD869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD869

Black with #DAD869

Text Example


Text Example

White with #DAD869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD869; }

 p { color: rgb(218,216,105); }

 H1.HeaderClassName
 {
   color: #DAD869;
 }
 .AnyTagClassName
 {
   color: #DAD869;
 }
</style>

background-color css

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

 a { background-color: rgb(218,216,105); }

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

border-color css

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

 span { border-color: rgb(218,216,105); }

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