Html Css Color HEX #D66A34 Gold Drop

📋 copy color: '#D66A34'

red 214 ◦ green 106 ◦ blue 52

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

Shades of Gold Drop #D66A34

Tints of Gold Drop #D66A34

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.49%

 BLUE value IS 52 (20.7% from 255) = 13.98%

R = 57.53%
G = 28.49%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D66A34 (or 0xD66A34) is known color: Gold Drop. HEX triplet: D6, 6A and 34. RGB value is (214,106,52). Sum of RGB (Red+Green+Blue) = 214+106+52=372 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.53% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 214 - color contains mainly: red. Hex color #D66A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66A34 is #2995CB. Grayscale: #848484. Windows color (decimal): -2725324 or 3435222. OLE color: 3435222.

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

Color convert

RGB 214 106 52 -
CMYK 0 0.50 0.76 0.16
HSL 20º 0.66% 0.52% -
HSV(B) 20º 0.76% 0.84% -
XYZ 33.51 24.85 6.28 -
YUV 132.14 82.78 186.39 -
System Red Green Blue C M Y K H S L
Decimal 214 106 52 0 0.50 0.76 0.16 20 0.66 0.52
Hex D6 6A 34 0 32 4C 10 14 42 34
Octal 326 152 64 0 62 114 20 24 102 64
Binary 11010110 1101010 110100 0 110010 1001100 10000 10100 1000010 110100

Color Harmonies of #D66A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66A34

Black with #D66A34

Text Example


Text Example

White with #D66A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66A34; }

 p { color: rgb(214,106,52); }

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

background-color css

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

 a { background-color: rgb(214,106,52); }

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

border-color css

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

 span { border-color: rgb(214,106,52); }

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