Html Css Color HEX #D5642F Gold Drop

📋 copy color: '#D5642F'

red 213 ◦ green 100 ◦ blue 47

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

Shades of Gold Drop #D5642F

Tints of Gold Drop #D5642F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.06%

R = 59.17%
G = 27.78%
B = 13.06%

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

#D5642F (or 0xD5642F) is known color: Gold Drop. HEX triplet: D5, 64 and 2F. RGB value is (213,100,47). Sum of RGB (Red+Green+Blue) = 213+100+47=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 47 (18.75% from 255 or 13.06% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D5642F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5642F is #2A9BD0. Grayscale: #808080. Windows color (decimal): -2792401 or 3106005. OLE color: 3106005.

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

Color convert

RGB 213 100 47 -
CMYK 0 0.53 0.78 0.16
HSL 19.16º 0.66% 0.51% -
HSV(B) 19.16º 0.78% 0.84% -
XYZ 32.51 23.47 5.51 -
YUV 127.75 82.44 188.81 -
System Red Green Blue C M Y K H S L
Decimal 213 100 47 0 0.53 0.78 0.16 19.16 0.66 0.51
Hex D5 64 2F 0 35 4E 10 13 42 33
Octal 325 144 57 0 65 116 20 23 102 63
Binary 11010101 1100100 101111 0 110101 1001110 10000 10011 1000010 110011

Color Harmonies of #D5642F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5642F

Black with #D5642F

Text Example


Text Example

White with #D5642F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5642F; }

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

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

background-color css

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

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

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

border-color css

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

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

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