Html Css Color HEX #D3DD70 Goldenrod

📋 copy color: '#D3DD70'

red 211 ◦ green 221 ◦ blue 112

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

Shades of Goldenrod #D3DD70

Tints of Goldenrod #D3DD70

RGB

 RED value IS 211 (82.81% from 255) = 38.79%

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

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

R = 38.79%
G = 40.63%
B = 20.59%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#D3DD70 (or 0xD3DD70) is known color: Goldenrod. HEX triplet: D3, DD and 70. RGB value is (211,221,112). Sum of RGB (Red+Green+Blue) = 211+221+112=544 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.79% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 112 (44.14% from 255 or 20.59% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DD70 is #2C228F. Grayscale: #CECECE. Windows color (decimal): -2892432 or 7396819. OLE color: 7396819.

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

Color convert

RGB 211 221 112 -
CMYK 0.05 0 0.49 0.13
HSL 65.5º 0.62% 0.65% -
HSV(B) 65.5º 0.49% 0.87% -
XYZ 55.65 66.73 25.28 -
YUV 205.58 75.19 131.86 -
System Red Green Blue C M Y K H S L
Decimal 211 221 112 0.05 0 0.49 0.13 65.5 0.62 0.65
Hex D3 DD 70 5 0 31 D 42 3E 41
Octal 323 335 160 5 0 61 15 102 76 101
Binary 11010011 11011101 1110000 101 0 110001 1101 1000010 111110 1000001

Color Harmonies of #D3DD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DD70

Black with #D3DD70

Text Example


Text Example

White with #D3DD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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