Html Css Color HEX #D66534 Gold Drop

📋 copy color: '#D66534'

red 214 ◦ green 101 ◦ blue 52

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

Shades of Gold Drop #D66534

Tints of Gold Drop #D66534

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.52%

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

R = 58.31%
G = 27.52%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D66534 (or 0xD66534) is known color: Gold Drop. HEX triplet: D6, 65 and 34. RGB value is (214,101,52). Sum of RGB (Red+Green+Blue) = 214+101+52=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 52 (20.70% from 255 or 14.17% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D66534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66534 is #299ACB. Grayscale: #818181. Windows color (decimal): -2726604 or 3433942. OLE color: 3433942.

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

Color convert

RGB 214 101 52 -
CMYK 0 0.53 0.76 0.16
HSL 18.15º 0.66% 0.52% -
HSV(B) 18.15º 0.76% 0.84% -
XYZ 33.01 23.85 6.11 -
YUV 129.2 84.44 188.48 -
System Red Green Blue C M Y K H S L
Decimal 214 101 52 0 0.53 0.76 0.16 18.15 0.66 0.52
Hex D6 65 34 0 35 4C 10 12 42 34
Octal 326 145 64 0 65 114 20 22 102 64
Binary 11010110 1100101 110100 0 110101 1001100 10000 10010 1000010 110100

Color Harmonies of #D66534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66534

Black with #D66534

Text Example


Text Example

White with #D66534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66534; }

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

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

background-color css

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

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

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

border-color css

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

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

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