Html Css Color HEX #DAD77A Goldenrod

📋 copy color: '#DAD77A'

red 218 ◦ green 215 ◦ blue 122

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

Shades of Goldenrod #DAD77A

Tints of Goldenrod #DAD77A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.74%

 BLUE value IS 122 (48.05% from 255) = 21.98%

R = 39.28%
G = 38.74%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DAD77A (or 0xDAD77A) is known color: Goldenrod. HEX triplet: DA, D7 and 7A. RGB value is (218,215,122). Sum of RGB (Red+Green+Blue) = 218+215+122=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 215 (84.38% from 255 or 38.74% from 555); Blue value is 122 (48.05% from 255 or 21.98% from 555); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD77A is #252885. Grayscale: #CDCDCD. Windows color (decimal): -2435206 or 8050650. OLE color: 8050650.

HSL color Cylindrical-coordinate representation of color #DAD77A: hue angle of 58.12º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAD77A is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 215 122 -
CMYK 0 0.01 0.44 0.15
HSL 58.13º 0.56% 0.67% -
HSV(B) 58.13º 0.44% 0.85% -
XYZ 56.73 64.91 27.95 -
YUV 205.3 80.99 137.06 -
System Red Green Blue C M Y K H S L
Decimal 218 215 122 0 0.01 0.44 0.15 58.13 0.56 0.67
Hex DA D7 7A 0 1 2C F 3A 38 43
Octal 332 327 172 0 1 54 17 72 70 103
Binary 11011010 11010111 1111010 0 1 101100 1111 111010 111000 1000011

Color Harmonies of #DAD77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD77A

Black with #DAD77A

Text Example


Text Example

White with #DAD77A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD77A; }

 p { color: rgb(218,215,122); }

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

background-color css

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

 a { background-color: rgb(218,215,122); }

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

border-color css

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

 span { border-color: rgb(218,215,122); }

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