Html Css Color HEX #D3DE6C Goldenrod

📋 copy color: '#D3DE6C'

red 211 ◦ green 222 ◦ blue 108

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

Shades of Goldenrod #D3DE6C

Tints of Goldenrod #D3DE6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.96%

R = 39%
G = 41.04%
B = 19.96%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#D3DE6C (or 0xD3DE6C) is known color: Goldenrod. HEX triplet: D3, DE and 6C. RGB value is (211,222,108). Sum of RGB (Red+Green+Blue) = 211+222+108=541 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.00% from 541); Green value is 222 (87.11% from 255 or 41.04% from 541); Blue value is 108 (42.58% from 255 or 19.96% from 541); Max value from RGB is 222 - color contains mainly: green. Hex color #D3DE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DE6C is #2C2193. Grayscale: #CECECE. Windows color (decimal): -2892180 or 7134931. OLE color: 7134931.

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

Color convert

RGB 211 222 108 -
CMYK 0.05 0 0.51 0.13
HSL 65.79º 0.63% 0.65% -
HSV(B) 65.79º 0.51% 0.87% -
XYZ 55.69 67.17 24.22 -
YUV 205.72 72.86 131.77 -
System Red Green Blue C M Y K H S L
Decimal 211 222 108 0.05 0 0.51 0.13 65.79 0.63 0.65
Hex D3 DE 6C 5 0 33 D 42 3F 41
Octal 323 336 154 5 0 63 15 102 77 101
Binary 11010011 11011110 1101100 101 0 110011 1101 1000010 111111 1000001

Color Harmonies of #D3DE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DE6C

Black with #D3DE6C

Text Example


Text Example

White with #D3DE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DE6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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