Html Css Color HEX #D4DD7A Goldenrod

📋 copy color: '#D4DD7A'

red 212 ◦ green 221 ◦ blue 122

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

Shades of Goldenrod #D4DD7A

Tints of Goldenrod #D4DD7A

RGB

 RED value IS 212 (83.2% from 255) = 38.2%

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

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

R = 38.2%
G = 39.82%
B = 21.98%

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

#D4DD7A (or 0xD4DD7A) is known color: Goldenrod. HEX triplet: D4, DD and 7A. RGB value is (212,221,122). Sum of RGB (Red+Green+Blue) = 212+221+122=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 122 (48.05% from 255 or 21.98% from 555); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DD7A is #2B2285. Grayscale: #CFCFCF. Windows color (decimal): -2826886 or 8052180. OLE color: 8052180.

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

Color convert

RGB 212 221 122 -
CMYK 0.04 0 0.45 0.13
HSL 65.45º 0.59% 0.67% -
HSV(B) 65.45º 0.45% 0.87% -
XYZ 56.52 67.12 28.39 -
YUV 207.02 80.02 131.55 -
System Red Green Blue C M Y K H S L
Decimal 212 221 122 0.04 0 0.45 0.13 65.45 0.59 0.67
Hex D4 DD 7A 4 0 2D D 41 3B 43
Octal 324 335 172 4 0 55 15 101 73 103
Binary 11010100 11011101 1111010 100 0 101101 1101 1000001 111011 1000011

Color Harmonies of #D4DD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DD7A

Black with #D4DD7A

Text Example


Text Example

White with #D4DD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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