Html Css Color HEX #DAD36F Goldenrod

📋 copy color: '#DAD36F'

red 218 ◦ green 211 ◦ blue 111

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

Shades of Goldenrod #DAD36F

Tints of Goldenrod #DAD36F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.56%

R = 40.37%
G = 39.07%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DAD36F (or 0xDAD36F) is known color: Goldenrod. HEX triplet: DA, D3 and 6F. RGB value is (218,211,111). Sum of RGB (Red+Green+Blue) = 218+211+111=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 211 (82.81% from 255 or 39.07% from 540); Blue value is 111 (43.75% from 255 or 20.56% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD36F is #252C90. Grayscale: #CACACA. Windows color (decimal): -2436241 or 7328730. OLE color: 7328730.

HSL color Cylindrical-coordinate representation of color #DAD36F: hue angle of 56.07º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DAD36F is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 211 111 -
CMYK 0 0.03 0.49 0.15
HSL 56.07º 0.59% 0.65% -
HSV(B) 56.07º 0.49% 0.85% -
XYZ 55.08 62.64 24.23 -
YUV 201.69 76.82 139.63 -
System Red Green Blue C M Y K H S L
Decimal 218 211 111 0 0.03 0.49 0.15 56.07 0.59 0.65
Hex DA D3 6F 0 3 31 F 38 3B 41
Octal 332 323 157 0 3 61 17 70 73 101
Binary 11011010 11010011 1101111 0 11 110001 1111 111000 111011 1000001

Color Harmonies of #DAD36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD36F

Black with #DAD36F

Text Example


Text Example

White with #DAD36F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD36F; }

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

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

background-color css

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

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

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

border-color css

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

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

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