Html Css Color HEX #DB650C Chocolate

📋 copy color: '#DB650C'

red 219 ◦ green 101 ◦ blue 12

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

Shades of Chocolate #DB650C

Tints of Chocolate #DB650C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.61%

R = 65.96%
G = 30.42%
B = 3.61%

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

#DB650C (or 0xDB650C) is known color: Chocolate. HEX triplet: DB, 65 and 0C. RGB value is (219,101,12). Sum of RGB (Red+Green+Blue) = 219+101+12=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 12 (5.08% from 255 or 3.61% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB650C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB650C is #249AF3. Grayscale: #7E7E7E. Windows color (decimal): -2398964 or 812507. OLE color: 812507.

HSL color Cylindrical-coordinate representation of color #DB650C: hue angle of 25.8º 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 #DB650C is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

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

Color Harmonies of #DB650C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB650C

Black with #DB650C

Text Example


Text Example

White with #DB650C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB650C; }

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

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

background-color css

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

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

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

border-color css

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

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

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