Html Css Color HEX #DB650B Chocolate

📋 copy color: '#DB650B'

red 219 ◦ green 101 ◦ blue 11

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

Shades of Chocolate #DB650B

Tints of Chocolate #DB650B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.51%

 BLUE value IS 11 (4.69% from 255) = 3.32%

R = 66.16%
G = 30.51%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB650B (or 0xDB650B) is known color: Chocolate. HEX triplet: DB, 65 and 0B. RGB value is (219,101,11). Sum of RGB (Red+Green+Blue) = 219+101+11=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 11 (4.69% from 255 or 3.32% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB650B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB650B is #249AF4. Grayscale: #7E7E7E. Windows color (decimal): -2398965 or 746971. OLE color: 746971.

HSL color Cylindrical-coordinate representation of color #DB650B: hue angle of 25.96º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB650B is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 101 11 -
CMYK 0 0.54 0.95 0.14
HSL 25.96º 0.9% 0.45% -
HSV(B) 25.96º 0.95% 0.86% -
XYZ 33.93 24.39 3.24 -
YUV 126.02 63.09 194.32 -
System Red Green Blue C M Y K H S L
Decimal 219 101 11 0 0.54 0.95 0.14 25.96 0.9 0.45
Hex DB 65 B 0 36 5F E 1A 5A 2D
Octal 333 145 13 0 66 137 16 32 132 55
Binary 11011011 1100101 1011 0 110110 1011111 1110 11010 1011010 101101

Color Harmonies of #DB650B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB650B

Black with #DB650B

Text Example


Text Example

White with #DB650B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB650B; }

 p { color: rgb(219,101,11); }

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

background-color css

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

 a { background-color: rgb(219,101,11); }

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

border-color css

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

 span { border-color: rgb(219,101,11); }

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