Html Css Color HEX #DB7F42 Raw Sienna

📋 copy color: '#DB7F42'

red 219 ◦ green 127 ◦ blue 66

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

Shades of Raw Sienna #DB7F42

Tints of Raw Sienna #DB7F42

RGB

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

 GREEN value IS 127 (50% from 255) = 30.83%

 BLUE value IS 66 (26.17% from 255) = 16.02%

R = 53.16%
G = 30.83%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB7F42 (or 0xDB7F42) is known color: Raw Sienna. HEX triplet: DB, 7F and 42. RGB value is (219,127,66). Sum of RGB (Red+Green+Blue) = 219+127+66=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 66 (26.17% from 255 or 16.02% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7F42 is #2480BD. Grayscale: #939393. Windows color (decimal): -2392254 or 4358107. OLE color: 4358107.

HSL color Cylindrical-coordinate representation of color #DB7F42: hue angle of 23.92º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB7F42 is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 127 66 -
CMYK 0 0.42 0.70 0.14
HSL 23.92º 0.68% 0.56% -
HSV(B) 23.92º 0.7% 0.86% -
XYZ 37.79 30.63 9.08 -
YUV 147.55 81.98 178.96 -
System Red Green Blue C M Y K H S L
Decimal 219 127 66 0 0.42 0.70 0.14 23.92 0.68 0.56
Hex DB 7F 42 0 2A 46 E 18 44 38
Octal 333 177 102 0 52 106 16 30 104 70
Binary 11011011 1111111 1000010 0 101010 1000110 1110 11000 1000100 111000

Color Harmonies of #DB7F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7F42

Black with #DB7F42

Text Example


Text Example

White with #DB7F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7F42; }

 p { color: rgb(219,127,66); }

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

background-color css

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

 a { background-color: rgb(219,127,66); }

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

border-color css

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

 span { border-color: rgb(219,127,66); }

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