Html Css Color HEX #D4642B Gold Drop

📋 copy color: '#D4642B'

red 212 ◦ green 100 ◦ blue 43

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

Shades of Gold Drop #D4642B

Tints of Gold Drop #D4642B

RGB

 RED value IS 212 (83.2% from 255) = 59.72%

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

 BLUE value IS 43 (17.19% from 255) = 12.11%

R = 59.72%
G = 28.17%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D4642B (or 0xD4642B) is known color: Gold Drop. HEX triplet: D4, 64 and 2B. RGB value is (212,100,43). Sum of RGB (Red+Green+Blue) = 212+100+43=355 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.72% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 43 (17.19% from 255 or 12.11% from 355); Max value from RGB is 212 - color contains mainly: red. Hex color #D4642B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4642B is #2B9BD4. Grayscale: #7F7F7F. Windows color (decimal): -2857941 or 2843860. OLE color: 2843860.

HSL color Cylindrical-coordinate representation of color #D4642B: hue angle of 20.24º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D4642B is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 100 43 -
CMYK 0 0.53 0.80 0.17
HSL 20.24º 0.66% 0.5% -
HSV(B) 20.24º 0.8% 0.83% -
XYZ 32.14 23.29 5.09 -
YUV 126.99 80.61 188.63 -
System Red Green Blue C M Y K H S L
Decimal 212 100 43 0 0.53 0.80 0.17 20.24 0.66 0.5
Hex D4 64 2B 0 35 50 11 14 42 32
Octal 324 144 53 0 65 120 21 24 102 62
Binary 11010100 1100100 101011 0 110101 1010000 10001 10100 1000010 110010

Color Harmonies of #D4642B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4642B

Black with #D4642B

Text Example


Text Example

White with #D4642B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4642B; }

 p { color: rgb(212,100,43); }

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

background-color css

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

 a { background-color: rgb(212,100,43); }

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

border-color css

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

 span { border-color: rgb(212,100,43); }

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