Html Css Color HEX #D66D31 Gold Drop

📋 copy color: '#D66D31'

red 214 ◦ green 109 ◦ blue 49

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

Shades of Gold Drop #D66D31

Tints of Gold Drop #D66D31

RGB

 RED value IS 214 (83.98% from 255) = 57.53%

 GREEN value IS 109 (42.97% from 255) = 29.3%

 BLUE value IS 49 (19.53% from 255) = 13.17%

R = 57.53%
G = 29.3%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D66D31 (or 0xD66D31) is known color: Gold Drop. HEX triplet: D6, 6D and 31. RGB value is (214,109,49). Sum of RGB (Red+Green+Blue) = 214+109+49=372 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.53% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 49 (19.53% from 255 or 13.17% from 372); Max value from RGB is 214 - color contains mainly: red. Hex color #D66D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66D31 is #2992CE. Grayscale: #858585. Windows color (decimal): -2724559 or 3239382. OLE color: 3239382.

HSL color Cylindrical-coordinate representation of color #D66D31: hue angle of 21.82º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D66D31 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 109 49 -
CMYK 0 0.49 0.77 0.16
HSL 21.82º 0.67% 0.52% -
HSV(B) 21.82º 0.77% 0.84% -
XYZ 33.75 25.46 6.04 -
YUV 133.56 80.29 185.38 -
System Red Green Blue C M Y K H S L
Decimal 214 109 49 0 0.49 0.77 0.16 21.82 0.67 0.52
Hex D6 6D 31 0 31 4D 10 16 43 34
Octal 326 155 61 0 61 115 20 26 103 64
Binary 11010110 1101101 110001 0 110001 1001101 10000 10110 1000011 110100

Color Harmonies of #D66D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66D31

Black with #D66D31

Text Example


Text Example

White with #D66D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66D31; }

 p { color: rgb(214,109,49); }

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

background-color css

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

 a { background-color: rgb(214,109,49); }

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

border-color css

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

 span { border-color: rgb(214,109,49); }

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