Html Css Color HEX #D3DE73 Goldenrod

📋 copy color: '#D3DE73'

red 211 ◦ green 222 ◦ blue 115

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

Shades of Goldenrod #D3DE73

Tints of Goldenrod #D3DE73

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.51%

 BLUE value IS 115 (45.31% from 255) = 20.99%

R = 38.5%
G = 40.51%
B = 20.99%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#D3DE73 (or 0xD3DE73) is known color: Goldenrod. HEX triplet: D3, DE and 73. RGB value is (211,222,115). Sum of RGB (Red+Green+Blue) = 211+222+115=548 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.50% from 548); Green value is 222 (87.11% from 255 or 40.51% from 548); Blue value is 115 (45.31% from 255 or 20.99% from 548); Max value from RGB is 222 - color contains mainly: green. Hex color #D3DE73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DE73 is #2C218C. Grayscale: #CECECE. Windows color (decimal): -2892173 or 7593683. OLE color: 7593683.

HSL color Cylindrical-coordinate representation of color #D3DE73: hue angle of 66.17º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D3DE73 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 222 115 -
CMYK 0.05 0 0.48 0.13
HSL 66.17º 0.62% 0.66% -
HSV(B) 66.17º 0.48% 0.87% -
XYZ 56.08 67.33 26.26 -
YUV 206.51 76.36 131.2 -
System Red Green Blue C M Y K H S L
Decimal 211 222 115 0.05 0 0.48 0.13 66.17 0.62 0.66
Hex D3 DE 73 5 0 30 D 42 3E 42
Octal 323 336 163 5 0 60 15 102 76 102
Binary 11010011 11011110 1110011 101 0 110000 1101 1000010 111110 1000010

Color Harmonies of #D3DE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DE73

Black with #D3DE73

Text Example


Text Example

White with #D3DE73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DE73; }

 p { color: rgb(211,222,115); }

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

background-color css

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

 a { background-color: rgb(211,222,115); }

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

border-color css

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

 span { border-color: rgb(211,222,115); }

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