Html Css Color HEX #DB711A Chocolate

📋 copy color: '#DB711A'

red 219 ◦ green 113 ◦ blue 26

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

Shades of Chocolate #DB711A

Tints of Chocolate #DB711A

RGB

 RED value IS 219 (85.94% from 255) = 61.17%

 GREEN value IS 113 (44.53% from 255) = 31.56%

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

R = 61.17%
G = 31.56%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB711A (or 0xDB711A) is known color: Chocolate. HEX triplet: DB, 71 and 1A. RGB value is (219,113,26). Sum of RGB (Red+Green+Blue) = 219+113+26=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 26 (10.55% from 255 or 7.26% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB711A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB711A is #248EE5. Grayscale: #878787. Windows color (decimal): -2395878 or 1733083. OLE color: 1733083.

HSL color Cylindrical-coordinate representation of color #DB711A: hue angle of 27.05º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB711A is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 113 26 -
CMYK 0 0.48 0.88 0.14
HSL 27.05º 0.79% 0.48% -
HSV(B) 27.05º 0.88% 0.86% -
XYZ 35.31 26.94 4.32 -
YUV 134.78 66.62 188.07 -
System Red Green Blue C M Y K H S L
Decimal 219 113 26 0 0.48 0.88 0.14 27.05 0.79 0.48
Hex DB 71 1A 0 30 58 E 1B 4F 30
Octal 333 161 32 0 60 130 16 33 117 60
Binary 11011011 1110001 11010 0 110000 1011000 1110 11011 1001111 110000

Color Harmonies of #DB711A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB711A

Black with #DB711A

Text Example


Text Example

White with #DB711A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB711A; }

 p { color: rgb(219,113,26); }

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

background-color css

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

 a { background-color: rgb(219,113,26); }

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

border-color css

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

 span { border-color: rgb(219,113,26); }

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