Html Css Color HEX #D5622A Gold Drop

📋 copy color: '#D5622A'

red 213 ◦ green 98 ◦ blue 42

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

Shades of Gold Drop #D5622A

Tints of Gold Drop #D5622A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.76%

 BLUE value IS 42 (16.8% from 255) = 11.9%

R = 60.34%
G = 27.76%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D5622A (or 0xD5622A) is known color: Gold Drop. HEX triplet: D5, 62 and 2A. RGB value is (213,98,42). Sum of RGB (Red+Green+Blue) = 213+98+42=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 42 (16.80% from 255 or 11.90% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D5622A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5622A is #2A9DD5. Grayscale: #7E7E7E. Windows color (decimal): -2792918 or 2777813. OLE color: 2777813.

HSL color Cylindrical-coordinate representation of color #D5622A: hue angle of 19.65º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D5622A is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 98 42 -
CMYK 0 0.54 0.80 0.16
HSL 19.65º 0.67% 0.5% -
HSV(B) 19.65º 0.8% 0.84% -
XYZ 32.23 23.05 4.94 -
YUV 126 80.6 190.05 -
System Red Green Blue C M Y K H S L
Decimal 213 98 42 0 0.54 0.80 0.16 19.65 0.67 0.5
Hex D5 62 2A 0 36 50 10 14 43 32
Octal 325 142 52 0 66 120 20 24 103 62
Binary 11010101 1100010 101010 0 110110 1010000 10000 10100 1000011 110010

Color Harmonies of #D5622A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5622A

Black with #D5622A

Text Example


Text Example

White with #D5622A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5622A; }

 p { color: rgb(213,98,42); }

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

background-color css

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

 a { background-color: rgb(213,98,42); }

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

border-color css

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

 span { border-color: rgb(213,98,42); }

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