Html Css Color HEX #D4631A Chocolate

📋 copy color: '#D4631A'

red 212 ◦ green 99 ◦ blue 26

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

Shades of Chocolate #D4631A

Tints of Chocolate #D4631A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.72%

R = 62.91%
G = 29.38%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D4631A (or 0xD4631A) is known color: Chocolate. HEX triplet: D4, 63 and 1A. RGB value is (212,99,26). Sum of RGB (Red+Green+Blue) = 212+99+26=337 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.91% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 26 (10.55% from 255 or 7.72% from 337); Max value from RGB is 212 - color contains mainly: red. Hex color #D4631A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4631A is #2B9CE5. Grayscale: #7C7C7C. Windows color (decimal): -2858214 or 1729492. OLE color: 1729492.

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

Color convert

RGB 212 99 26 -
CMYK 0 0.53 0.88 0.17
HSL 23.55º 0.78% 0.47% -
HSV(B) 23.55º 0.88% 0.83% -
XYZ 31.8 23 3.74 -
YUV 124.47 72.44 190.44 -
System Red Green Blue C M Y K H S L
Decimal 212 99 26 0 0.53 0.88 0.17 23.55 0.78 0.47
Hex D4 63 1A 0 35 58 11 18 4E 2F
Octal 324 143 32 0 65 130 21 30 116 57
Binary 11010100 1100011 11010 0 110101 1011000 10001 11000 1001110 101111

Color Harmonies of #D4631A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4631A

Black with #D4631A

Text Example


Text Example

White with #D4631A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4631A; }

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

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

background-color css

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

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

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

border-color css

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

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

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