Html Css Color HEX #D5DD7A Goldenrod

📋 copy color: '#D5DD7A'

red 213 ◦ green 221 ◦ blue 122

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

Shades of Goldenrod #D5DD7A

Tints of Goldenrod #D5DD7A

RGB

 RED value IS 213 (83.59% from 255) = 38.31%

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

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

R = 38.31%
G = 39.75%
B = 21.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#D5DD7A (or 0xD5DD7A) is known color: Goldenrod. HEX triplet: D5, DD and 7A. RGB value is (213,221,122). Sum of RGB (Red+Green+Blue) = 213+221+122=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 122 (48.05% from 255 or 21.94% from 556); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DD7A is #2A2285. Grayscale: #CFCFCF. Windows color (decimal): -2761350 or 8052181. OLE color: 8052181.

HSL color Cylindrical-coordinate representation of color #D5DD7A: hue angle of 64.85º 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 #D5DD7A is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 221 122 -
CMYK 0.04 0 0.45 0.13
HSL 64.85º 0.59% 0.67% -
HSV(B) 64.85º 0.45% 0.87% -
XYZ 56.81 67.26 28.4 -
YUV 207.32 79.85 132.05 -
System Red Green Blue C M Y K H S L
Decimal 213 221 122 0.04 0 0.45 0.13 64.85 0.59 0.67
Hex D5 DD 7A 4 0 2D D 41 3B 43
Octal 325 335 172 4 0 55 15 101 73 103
Binary 11010101 11011101 1111010 100 0 101101 1101 1000001 111011 1000011

Color Harmonies of #D5DD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DD7A

Black with #D5DD7A

Text Example


Text Example

White with #D5DD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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