Html Css Color HEX #D4DD70 Goldenrod

📋 copy color: '#D4DD70'

red 212 ◦ green 221 ◦ blue 112

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

Shades of Goldenrod #D4DD70

Tints of Goldenrod #D4DD70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.55%

R = 38.9%
G = 40.55%
B = 20.55%

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

#D4DD70 (or 0xD4DD70) is known color: Goldenrod. HEX triplet: D4, DD and 70. RGB value is (212,221,112). Sum of RGB (Red+Green+Blue) = 212+221+112=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 112 (44.14% from 255 or 20.55% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DD70 is #2B228F. Grayscale: #CECECE. Windows color (decimal): -2826896 or 7396820. OLE color: 7396820.

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

Color convert

RGB 212 221 112 -
CMYK 0.04 0 0.49 0.13
HSL 64.95º 0.62% 0.65% -
HSV(B) 64.95º 0.49% 0.87% -
XYZ 55.93 66.88 25.29 -
YUV 205.88 75.02 132.36 -
System Red Green Blue C M Y K H S L
Decimal 212 221 112 0.04 0 0.49 0.13 64.95 0.62 0.65
Hex D4 DD 70 4 0 31 D 41 3E 41
Octal 324 335 160 4 0 61 15 101 76 101
Binary 11010100 11011101 1110000 100 0 110001 1101 1000001 111110 1000001

Color Harmonies of #D4DD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DD70

Black with #D4DD70

Text Example


Text Example

White with #D4DD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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