Html Css Color HEX #DAD36A Goldenrod

📋 copy color: '#DAD36A'

red 218 ◦ green 211 ◦ blue 106

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

Shades of Goldenrod #DAD36A

Tints of Goldenrod #DAD36A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.44%

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

R = 40.75%
G = 39.44%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DAD36A (or 0xDAD36A) is known color: Goldenrod. HEX triplet: DA, D3 and 6A. RGB value is (218,211,106). Sum of RGB (Red+Green+Blue) = 218+211+106=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 211 (82.81% from 255 or 39.44% from 535); Blue value is 106 (41.80% from 255 or 19.81% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD36A is #252C95. Grayscale: #C9C9C9. Windows color (decimal): -2436246 or 7001050. OLE color: 7001050.

HSL color Cylindrical-coordinate representation of color #DAD36A: hue angle of 56.25º 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 #DAD36A is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 211 106 -
CMYK 0 0.03 0.51 0.15
HSL 56.25º 0.6% 0.64% -
HSV(B) 56.25º 0.51% 0.85% -
XYZ 54.81 62.53 22.82 -
YUV 201.12 74.32 140.04 -
System Red Green Blue C M Y K H S L
Decimal 218 211 106 0 0.03 0.51 0.15 56.25 0.6 0.64
Hex DA D3 6A 0 3 33 F 38 3C 40
Octal 332 323 152 0 3 63 17 70 74 100
Binary 11011010 11010011 1101010 0 11 110011 1111 111000 111100 1000000

Color Harmonies of #DAD36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD36A

Black with #DAD36A

Text Example


Text Example

White with #DAD36A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD36A; }

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

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

background-color css

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

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

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

border-color css

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

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

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