Html Css Color HEX #D66532 Gold Drop

📋 copy color: '#D66532'

red 214 ◦ green 101 ◦ blue 50

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

Shades of Gold Drop #D66532

Tints of Gold Drop #D66532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.7%

R = 58.63%
G = 27.67%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D66532 (or 0xD66532) is known color: Gold Drop. HEX triplet: D6, 65 and 32. RGB value is (214,101,50). Sum of RGB (Red+Green+Blue) = 214+101+50=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D66532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66532 is #299ACD. Grayscale: #818181. Windows color (decimal): -2726606 or 3302870. OLE color: 3302870.

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

Color convert

RGB 214 101 50 -
CMYK 0 0.53 0.77 0.16
HSL 18.66º 0.67% 0.52% -
HSV(B) 18.66º 0.77% 0.84% -
XYZ 32.96 23.83 5.88 -
YUV 128.97 83.44 188.65 -
System Red Green Blue C M Y K H S L
Decimal 214 101 50 0 0.53 0.77 0.16 18.66 0.67 0.52
Hex D6 65 32 0 35 4D 10 13 43 34
Octal 326 145 62 0 65 115 20 23 103 64
Binary 11010110 1100101 110010 0 110101 1001101 10000 10011 1000011 110100

Color Harmonies of #D66532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66532

Black with #D66532

Text Example


Text Example

White with #D66532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66532; }

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

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

background-color css

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

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

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

border-color css

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

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

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