Html Css Color HEX #DF631A Chocolate

📋 copy color: '#DF631A'

red 223 ◦ green 99 ◦ blue 26

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

Shades of Chocolate #DF631A

Tints of Chocolate #DF631A

RGB

 RED value IS 223 (87.5% from 255) = 64.08%

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

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

R = 64.08%
G = 28.45%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF631A (or 0xDF631A) is known color: Chocolate. HEX triplet: DF, 63 and 1A. RGB value is (223,99,26). Sum of RGB (Red+Green+Blue) = 223+99+26=348 (46% of max value = 765). Red value is 223 (87.5% from 255 or 64.08% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 26 (10.55% from 255 or 7.47% from 348); Max value from RGB is 223 - color contains mainly: red. Hex color #DF631A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF631A is #209CE5. Grayscale: #808080. Windows color (decimal): -2137318 or 1729503. OLE color: 1729503.

HSL color Cylindrical-coordinate representation of color #DF631A: hue angle of 22.23º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF631A is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 99 26 -
CMYK 0 0.56 0.88 0.13
HSL 22.23º 0.79% 0.49% -
HSV(B) 22.23º 0.88% 0.87% -
XYZ 35.08 24.69 3.89 -
YUV 127.75 70.58 195.94 -
System Red Green Blue C M Y K H S L
Decimal 223 99 26 0 0.56 0.88 0.13 22.23 0.79 0.49
Hex DF 63 1A 0 38 58 D 16 4F 31
Octal 337 143 32 0 70 130 15 26 117 61
Binary 11011111 1100011 11010 0 111000 1011000 1101 10110 1001111 110001

Color Harmonies of #DF631A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF631A

Black with #DF631A

Text Example


Text Example

White with #DF631A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF631A; }

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

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

background-color css

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

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

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

border-color css

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

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

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