Html Css Color HEX #D66D35 Gold Drop

📋 copy color: '#D66D35'

red 214 ◦ green 109 ◦ blue 53

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

Shades of Gold Drop #D66D35

Tints of Gold Drop #D66D35

RGB

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

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

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

R = 56.91%
G = 28.99%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D66D35 (or 0xD66D35) is known color: Gold Drop. HEX triplet: D6, 6D and 35. RGB value is (214,109,53). Sum of RGB (Red+Green+Blue) = 214+109+53=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 53 (21.09% from 255 or 14.10% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D66D35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66D35 is #2992CA. Grayscale: #868686. Windows color (decimal): -2724555 or 3501526. OLE color: 3501526.

HSL color Cylindrical-coordinate representation of color #D66D35: hue angle of 20.87º 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 #D66D35 is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 109 53 -
CMYK 0 0.49 0.75 0.16
HSL 20.87º 0.66% 0.52% -
HSV(B) 20.87º 0.75% 0.84% -
XYZ 33.84 25.49 6.5 -
YUV 134.01 82.29 185.05 -
System Red Green Blue C M Y K H S L
Decimal 214 109 53 0 0.49 0.75 0.16 20.87 0.66 0.52
Hex D6 6D 35 0 31 4B 10 15 42 34
Octal 326 155 65 0 61 113 20 25 102 64
Binary 11010110 1101101 110101 0 110001 1001011 10000 10101 1000010 110100

Color Harmonies of #D66D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66D35

Black with #D66D35

Text Example


Text Example

White with #D66D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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