Html Css Color HEX #D4DD71 Goldenrod

📋 copy color: '#D4DD71'

red 212 ◦ green 221 ◦ blue 113

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

Shades of Goldenrod #D4DD71

Tints of Goldenrod #D4DD71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.7%

R = 38.83%
G = 40.48%
B = 20.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#D4DD71 (or 0xD4DD71) is known color: Goldenrod. HEX triplet: D4, DD and 71. RGB value is (212,221,113). Sum of RGB (Red+Green+Blue) = 212+221+113=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 113 (44.53% from 255 or 20.70% from 546); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DD71 is #2B228E. Grayscale: #CECECE. Windows color (decimal): -2826895 or 7462356. OLE color: 7462356.

HSL color Cylindrical-coordinate representation of color #D4DD71: hue angle of 65º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D4DD71 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 221 113 -
CMYK 0.04 0 0.49 0.13
HSL 65º 0.61% 0.65% -
HSV(B) 65º 0.49% 0.87% -
XYZ 55.99 66.9 25.59 -
YUV 206 75.52 132.28 -
System Red Green Blue C M Y K H S L
Decimal 212 221 113 0.04 0 0.49 0.13 65 0.61 0.65
Hex D4 DD 71 4 0 31 D 41 3D 41
Octal 324 335 161 4 0 61 15 101 75 101
Binary 11010100 11011101 1110001 100 0 110001 1101 1000001 111101 1000001

Color Harmonies of #D4DD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DD71

Black with #D4DD71

Text Example


Text Example

White with #D4DD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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