Html Css Color HEX #DAD16A Goldenrod

📋 copy color: '#DAD16A'

red 218 ◦ green 209 ◦ blue 106

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

Shades of Goldenrod #DAD16A

Tints of Goldenrod #DAD16A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.89%

R = 40.9%
G = 39.21%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DAD16A (or 0xDAD16A) is known color: Goldenrod. HEX triplet: DA, D1 and 6A. RGB value is (218,209,106). Sum of RGB (Red+Green+Blue) = 218+209+106=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 209 (82.03% from 255 or 39.21% from 533); Blue value is 106 (41.80% from 255 or 19.89% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD16A is #252E95. Grayscale: #C8C8C8. Windows color (decimal): -2436758 or 7000538. OLE color: 7000538.

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

Color convert

RGB 218 209 106 -
CMYK 0 0.04 0.51 0.15
HSL 55.18º 0.6% 0.64% -
HSV(B) 55.18º 0.51% 0.85% -
XYZ 54.32 61.55 22.65 -
YUV 199.95 74.98 140.88 -
System Red Green Blue C M Y K H S L
Decimal 218 209 106 0 0.04 0.51 0.15 55.18 0.6 0.64
Hex DA D1 6A 0 4 33 F 37 3C 40
Octal 332 321 152 0 4 63 17 67 74 100
Binary 11011010 11010001 1101010 0 100 110011 1111 110111 111100 1000000

Color Harmonies of #DAD16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD16A

Black with #DAD16A

Text Example


Text Example

White with #DAD16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD16A; }

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

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

background-color css

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

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

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

border-color css

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

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

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