Html Css Color HEX #D3DF6F Goldenrod

📋 copy color: '#D3DF6F'

red 211 ◦ green 223 ◦ blue 111

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

Shades of Goldenrod #D3DF6F

Tints of Goldenrod #D3DF6F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.92%

 BLUE value IS 111 (43.75% from 255) = 20.37%

R = 38.72%
G = 40.92%
B = 20.37%

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

#D3DF6F (or 0xD3DF6F) is known color: Goldenrod. HEX triplet: D3, DF and 6F. RGB value is (211,223,111). Sum of RGB (Red+Green+Blue) = 211+223+111=545 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.72% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 111 (43.75% from 255 or 20.37% from 545); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DF6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DF6F is #2C2090. Grayscale: #CFCFCF. Windows color (decimal): -2891921 or 7331795. OLE color: 7331795.

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

Color convert

RGB 211 223 111 -
CMYK 0.05 0 0.50 0.13
HSL 66.43º 0.64% 0.65% -
HSV(B) 66.43º 0.5% 0.87% -
XYZ 56.12 67.77 25.16 -
YUV 206.64 74.02 131.11 -
System Red Green Blue C M Y K H S L
Decimal 211 223 111 0.05 0 0.50 0.13 66.43 0.64 0.65
Hex D3 DF 6F 5 0 32 D 42 40 41
Octal 323 337 157 5 0 62 15 102 100 101
Binary 11010011 11011111 1101111 101 0 110010 1101 1000010 1000000 1000001

Color Harmonies of #D3DF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DF6F

Black with #D3DF6F

Text Example


Text Example

White with #D3DF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DF6F; }

 p { color: rgb(211,223,111); }

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

background-color css

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

 a { background-color: rgb(211,223,111); }

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

border-color css

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

 span { border-color: rgb(211,223,111); }

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