Html Css Color HEX #D5662E Gold Drop

📋 copy color: '#D5662E'

red 213 ◦ green 102 ◦ blue 46

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

Shades of Gold Drop #D5662E

Tints of Gold Drop #D5662E

RGB

 RED value IS 213 (83.59% from 255) = 59%

 GREEN value IS 102 (40.23% from 255) = 28.25%

 BLUE value IS 46 (18.36% from 255) = 12.74%

R = 59%
G = 28.25%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5662E (or 0xD5662E) is known color: Gold Drop. HEX triplet: D5, 66 and 2E. RGB value is (213,102,46). Sum of RGB (Red+Green+Blue) = 213+102+46=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 46 (18.36% from 255 or 12.74% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D5662E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5662E is #2A99D1. Grayscale: #818181. Windows color (decimal): -2791890 or 3040981. OLE color: 3040981.

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

Color convert

RGB 213 102 46 -
CMYK 0 0.52 0.78 0.16
HSL 20.12º 0.67% 0.51% -
HSV(B) 20.12º 0.78% 0.84% -
XYZ 32.69 23.85 5.46 -
YUV 128.81 81.27 188.05 -
System Red Green Blue C M Y K H S L
Decimal 213 102 46 0 0.52 0.78 0.16 20.12 0.67 0.51
Hex D5 66 2E 0 34 4E 10 14 43 33
Octal 325 146 56 0 64 116 20 24 103 63
Binary 11010101 1100110 101110 0 110100 1001110 10000 10100 1000011 110011

Color Harmonies of #D5662E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5662E

Black with #D5662E

Text Example


Text Example

White with #D5662E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5662E; }

 p { color: rgb(213,102,46); }

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

background-color css

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

 a { background-color: rgb(213,102,46); }

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

border-color css

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

 span { border-color: rgb(213,102,46); }

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