Html Css Color HEX #D3DD6E Goldenrod

📋 copy color: '#D3DD6E'

red 211 ◦ green 221 ◦ blue 110

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

Shades of Goldenrod #D3DD6E

Tints of Goldenrod #D3DD6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.3%

R = 38.93%
G = 40.77%
B = 20.3%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#D3DD6E (or 0xD3DD6E) is known color: Goldenrod. HEX triplet: D3, DD and 6E. RGB value is (211,221,110). Sum of RGB (Red+Green+Blue) = 211+221+110=542 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.93% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 110 (43.36% from 255 or 20.30% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DD6E is #2C2291. Grayscale: #CDCDCD. Windows color (decimal): -2892434 or 7265747. OLE color: 7265747.

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

Color convert

RGB 211 221 110 -
CMYK 0.05 0 0.50 0.13
HSL 65.41º 0.62% 0.65% -
HSV(B) 65.41º 0.5% 0.87% -
XYZ 55.53 66.69 24.7 -
YUV 205.36 74.19 132.03 -
System Red Green Blue C M Y K H S L
Decimal 211 221 110 0.05 0 0.50 0.13 65.41 0.62 0.65
Hex D3 DD 6E 5 0 32 D 41 3E 41
Octal 323 335 156 5 0 62 15 101 76 101
Binary 11010011 11011101 1101110 101 0 110010 1101 1000001 111110 1000001

Color Harmonies of #D3DD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DD6E

Black with #D3DD6E

Text Example


Text Example

White with #D3DD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DD6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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