Html Css Color HEX #DADD7A Goldenrod

📋 copy color: '#DADD7A'

red 218 ◦ green 221 ◦ blue 122

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

Shades of Goldenrod #DADD7A

Tints of Goldenrod #DADD7A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.39%

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

R = 38.86%
G = 39.39%
B = 21.75%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DADD7A (or 0xDADD7A) is known color: Goldenrod. HEX triplet: DA, DD and 7A. RGB value is (218,221,122). Sum of RGB (Red+Green+Blue) = 218+221+122=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 122 (48.05% from 255 or 21.75% from 561); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADD7A is #252285. Grayscale: #D1D1D1. Windows color (decimal): -2433670 or 8052186. OLE color: 8052186.

HSL color Cylindrical-coordinate representation of color #DADD7A: hue angle of 61.82º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DADD7A is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 221 122 -
CMYK 0.01 0 0.45 0.13
HSL 61.82º 0.59% 0.67% -
HSV(B) 61.82º 0.45% 0.87% -
XYZ 58.28 68.02 28.47 -
YUV 208.82 79.01 134.55 -
System Red Green Blue C M Y K H S L
Decimal 218 221 122 0.01 0 0.45 0.13 61.82 0.59 0.67
Hex DA DD 7A 1 0 2D D 3E 3B 43
Octal 332 335 172 1 0 55 15 76 73 103
Binary 11011010 11011101 1111010 1 0 101101 1101 111110 111011 1000011

Color Harmonies of #DADD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADD7A

Black with #DADD7A

Text Example


Text Example

White with #DADD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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