Html Css Color HEX #D4642C Gold Drop

📋 copy color: '#D4642C'

red 212 ◦ green 100 ◦ blue 44

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

Shades of Gold Drop #D4642C

Tints of Gold Drop #D4642C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.36%

R = 59.55%
G = 28.09%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4642C (or 0xD4642C) is known color: Gold Drop. HEX triplet: D4, 64 and 2C. RGB value is (212,100,44). Sum of RGB (Red+Green+Blue) = 212+100+44=356 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.55% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 44 (17.58% from 255 or 12.36% from 356); Max value from RGB is 212 - color contains mainly: red. Hex color #D4642C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4642C is #2B9BD3. Grayscale: #7F7F7F. Windows color (decimal): -2857940 or 2909396. OLE color: 2909396.

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

Color convert

RGB 212 100 44 -
CMYK 0 0.53 0.79 0.17
HSL 20º 0.66% 0.5% -
HSV(B) 20º 0.79% 0.83% -
XYZ 32.16 23.29 5.18 -
YUV 127.1 81.11 188.55 -
System Red Green Blue C M Y K H S L
Decimal 212 100 44 0 0.53 0.79 0.17 20 0.66 0.5
Hex D4 64 2C 0 35 4F 11 14 42 32
Octal 324 144 54 0 65 117 21 24 102 62
Binary 11010100 1100100 101100 0 110101 1001111 10001 10100 1000010 110010

Color Harmonies of #D4642C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4642C

Black with #D4642C

Text Example


Text Example

White with #D4642C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4642C; }

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

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

background-color css

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

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

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

border-color css

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

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

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