Html Css Color HEX #D66A35 Gold Drop

📋 copy color: '#D66A35'

red 214 ◦ green 106 ◦ blue 53

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

Shades of Gold Drop #D66A35

Tints of Gold Drop #D66A35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.21%

R = 57.37%
G = 28.42%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D66A35 (or 0xD66A35) is known color: Gold Drop. HEX triplet: D6, 6A and 35. RGB value is (214,106,53). Sum of RGB (Red+Green+Blue) = 214+106+53=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 53 (21.09% from 255 or 14.21% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D66A35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66A35 is #2995CA. Grayscale: #848484. Windows color (decimal): -2725323 or 3500758. OLE color: 3500758.

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

Color convert

RGB 214 106 53 -
CMYK 0 0.50 0.75 0.16
HSL 19.75º 0.66% 0.52% -
HSV(B) 19.75º 0.75% 0.84% -
XYZ 33.53 24.86 6.4 -
YUV 132.25 83.28 186.31 -
System Red Green Blue C M Y K H S L
Decimal 214 106 53 0 0.50 0.75 0.16 19.75 0.66 0.52
Hex D6 6A 35 0 32 4B 10 14 42 34
Octal 326 152 65 0 62 113 20 24 102 64
Binary 11010110 1101010 110101 0 110010 1001011 10000 10100 1000010 110100

Color Harmonies of #D66A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66A35

Black with #D66A35

Text Example


Text Example

White with #D66A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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