Html Css Color HEX #DAD56E Goldenrod

📋 copy color: '#DAD56E'

red 218 ◦ green 213 ◦ blue 110

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

Shades of Goldenrod #DAD56E

Tints of Goldenrod #DAD56E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.37%

 BLUE value IS 110 (43.36% from 255) = 20.33%

R = 40.3%
G = 39.37%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DAD56E (or 0xDAD56E) is known color: Goldenrod. HEX triplet: DA, D5 and 6E. RGB value is (218,213,110). Sum of RGB (Red+Green+Blue) = 218+213+110=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 213 (83.59% from 255 or 39.37% from 541); Blue value is 110 (43.36% from 255 or 20.33% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD56E is #252A91. Grayscale: #CBCBCB. Windows color (decimal): -2435730 or 7263706. OLE color: 7263706.

HSL color Cylindrical-coordinate representation of color #DAD56E: hue angle of 57.22º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAD56E is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 213 110 -
CMYK 0 0.02 0.50 0.15
HSL 57.22º 0.59% 0.64% -
HSV(B) 57.22º 0.5% 0.85% -
XYZ 55.52 63.62 24.11 -
YUV 202.75 75.66 138.88 -
System Red Green Blue C M Y K H S L
Decimal 218 213 110 0 0.02 0.50 0.15 57.22 0.59 0.64
Hex DA D5 6E 0 2 32 F 39 3B 40
Octal 332 325 156 0 2 62 17 71 73 100
Binary 11011010 11010101 1101110 0 10 110010 1111 111001 111011 1000000

Color Harmonies of #DAD56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD56E

Black with #DAD56E

Text Example


Text Example

White with #DAD56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD56E; }

 p { color: rgb(218,213,110); }

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

background-color css

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

 a { background-color: rgb(218,213,110); }

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

border-color css

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

 span { border-color: rgb(218,213,110); }

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