Html Css Color HEX #DAD165 Goldenrod

📋 copy color: '#DAD165'

red 218 ◦ green 209 ◦ blue 101

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

Shades of Goldenrod #DAD165

Tints of Goldenrod #DAD165

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.58%

 BLUE value IS 101 (39.84% from 255) = 19.13%

R = 41.29%
G = 39.58%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DAD165 (or 0xDAD165) is known color: Goldenrod. HEX triplet: DA, D1 and 65. RGB value is (218,209,101). Sum of RGB (Red+Green+Blue) = 218+209+101=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 209 (82.03% from 255 or 39.58% from 528); Blue value is 101 (39.84% from 255 or 19.13% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD165 is #252E9A. Grayscale: #C7C7C7. Windows color (decimal): -2436763 or 6672858. OLE color: 6672858.

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

Color convert

RGB 218 209 101 -
CMYK 0 0.04 0.54 0.15
HSL 55.38º 0.61% 0.63% -
HSV(B) 55.38º 0.54% 0.85% -
XYZ 54.06 61.45 21.32 -
YUV 199.38 72.48 141.28 -
System Red Green Blue C M Y K H S L
Decimal 218 209 101 0 0.04 0.54 0.15 55.38 0.61 0.63
Hex DA D1 65 0 4 36 F 37 3D 3F
Octal 332 321 145 0 4 66 17 67 75 77
Binary 11011010 11010001 1100101 0 100 110110 1111 110111 111101 111111

Color Harmonies of #DAD165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD165

Black with #DAD165

Text Example


Text Example

White with #DAD165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD165; }

 p { color: rgb(218,209,101); }

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

background-color css

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

 a { background-color: rgb(218,209,101); }

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

border-color css

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

 span { border-color: rgb(218,209,101); }

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