Html Css Color HEX #D5642D Gold Drop

📋 copy color: '#D5642D'

red 213 ◦ green 100 ◦ blue 45

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

Shades of Gold Drop #D5642D

Tints of Gold Drop #D5642D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.93%

 BLUE value IS 45 (17.97% from 255) = 12.57%

R = 59.5%
G = 27.93%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5642D (or 0xD5642D) is known color: Gold Drop. HEX triplet: D5, 64 and 2D. RGB value is (213,100,45). Sum of RGB (Red+Green+Blue) = 213+100+45=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D5642D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5642D is #2A9BD2. Grayscale: #7F7F7F. Windows color (decimal): -2792403 or 2974933. OLE color: 2974933.

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

Color convert

RGB 213 100 45 -
CMYK 0 0.53 0.79 0.16
HSL 19.64º 0.67% 0.51% -
HSV(B) 19.64º 0.79% 0.84% -
XYZ 32.47 23.45 5.3 -
YUV 127.52 81.44 188.97 -
System Red Green Blue C M Y K H S L
Decimal 213 100 45 0 0.53 0.79 0.16 19.64 0.67 0.51
Hex D5 64 2D 0 35 4F 10 14 43 33
Octal 325 144 55 0 65 117 20 24 103 63
Binary 11010101 1100100 101101 0 110101 1001111 10000 10100 1000011 110011

Color Harmonies of #D5642D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5642D

Black with #D5642D

Text Example


Text Example

White with #D5642D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5642D; }

 p { color: rgb(213,100,45); }

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

background-color css

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

 a { background-color: rgb(213,100,45); }

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

border-color css

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

 span { border-color: rgb(213,100,45); }

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