Html Css Color HEX #D66530 Gold Drop

📋 copy color: '#D66530'

red 214 ◦ green 101 ◦ blue 48

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

Shades of Gold Drop #D66530

Tints of Gold Drop #D66530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.22%

R = 58.95%
G = 27.82%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D66530 (or 0xD66530) is known color: Gold Drop. HEX triplet: D6, 65 and 30. RGB value is (214,101,48). Sum of RGB (Red+Green+Blue) = 214+101+48=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 48 (19.14% from 255 or 13.22% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D66530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66530 is #299ACF. Grayscale: #818181. Windows color (decimal): -2726608 or 3171798. OLE color: 3171798.

HSL color Cylindrical-coordinate representation of color #D66530: hue angle of 19.16º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D66530 is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 101 48 -
CMYK 0 0.53 0.78 0.16
HSL 19.16º 0.67% 0.51% -
HSV(B) 19.16º 0.78% 0.84% -
XYZ 32.92 23.82 5.66 -
YUV 128.75 82.44 188.81 -
System Red Green Blue C M Y K H S L
Decimal 214 101 48 0 0.53 0.78 0.16 19.16 0.67 0.51
Hex D6 65 30 0 35 4E 10 13 43 33
Octal 326 145 60 0 65 116 20 23 103 63
Binary 11010110 1100101 110000 0 110101 1001110 10000 10011 1000011 110011

Color Harmonies of #D66530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66530

Black with #D66530

Text Example


Text Example

White with #D66530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66530; }

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

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

background-color css

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

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

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

border-color css

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

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

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