Html Css Color HEX #D5652E Gold Drop

📋 copy color: '#D5652E'

red 213 ◦ green 101 ◦ blue 46

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

Shades of Gold Drop #D5652E

Tints of Gold Drop #D5652E

RGB

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

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

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

R = 59.17%
G = 28.06%
B = 12.78%

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

#D5652E (or 0xD5652E) is known color: Gold Drop. HEX triplet: D5, 65 and 2E. RGB value is (213,101,46). Sum of RGB (Red+Green+Blue) = 213+101+46=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 46 (18.36% from 255 or 12.78% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D5652E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5652E is #2A9AD1. Grayscale: #808080. Windows color (decimal): -2792146 or 3040725. OLE color: 3040725.

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

Color convert

RGB 213 101 46 -
CMYK 0 0.53 0.78 0.16
HSL 19.76º 0.67% 0.51% -
HSV(B) 19.76º 0.78% 0.84% -
XYZ 32.59 23.65 5.43 -
YUV 128.22 81.61 188.47 -
System Red Green Blue C M Y K H S L
Decimal 213 101 46 0 0.53 0.78 0.16 19.76 0.67 0.51
Hex D5 65 2E 0 35 4E 10 14 43 33
Octal 325 145 56 0 65 116 20 24 103 63
Binary 11010101 1100101 101110 0 110101 1001110 10000 10100 1000011 110011

Color Harmonies of #D5652E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5652E

Black with #D5652E

Text Example


Text Example

White with #D5652E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5652E; }

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

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

background-color css

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

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

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

border-color css

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

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

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