Html Css Color HEX #D4632C Gold Drop

📋 copy color: '#D4632C'

red 212 ◦ green 99 ◦ blue 44

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

Shades of Gold Drop #D4632C

Tints of Gold Drop #D4632C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.89%

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

R = 59.72%
G = 27.89%
B = 12.39%

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

#D4632C (or 0xD4632C) is known color: Gold Drop. HEX triplet: D4, 63 and 2C. RGB value is (212,99,44). Sum of RGB (Red+Green+Blue) = 212+99+44=355 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.72% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 44 (17.58% from 255 or 12.39% from 355); Max value from RGB is 212 - color contains mainly: red. Hex color #D4632C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4632C is #2B9CD3. Grayscale: #7E7E7E. Windows color (decimal): -2858196 or 2909140. OLE color: 2909140.

HSL color Cylindrical-coordinate representation of color #D4632C: hue angle of 19.64º 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 #D4632C is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 99 44 -
CMYK 0 0.53 0.79 0.17
HSL 19.64º 0.66% 0.5% -
HSV(B) 19.64º 0.79% 0.83% -
XYZ 32.07 23.1 5.15 -
YUV 126.52 81.44 188.97 -
System Red Green Blue C M Y K H S L
Decimal 212 99 44 0 0.53 0.79 0.17 19.64 0.66 0.5
Hex D4 63 2C 0 35 4F 11 14 42 32
Octal 324 143 54 0 65 117 21 24 102 62
Binary 11010100 1100011 101100 0 110101 1001111 10001 10100 1000010 110010

Color Harmonies of #D4632C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4632C

Black with #D4632C

Text Example


Text Example

White with #D4632C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4632C; }

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

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

background-color css

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

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

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

border-color css

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

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

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