Html Css Color HEX #DB7718 Ochre

📋 copy color: '#DB7718'

red 219 ◦ green 119 ◦ blue 24

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

Shades of Ochre #DB7718

Tints of Ochre #DB7718

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.87%

 BLUE value IS 24 (9.77% from 255) = 6.63%

R = 60.5%
G = 32.87%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB7718 (or 0xDB7718) is known color: Ochre. HEX triplet: DB, 77 and 18. RGB value is (219,119,24). Sum of RGB (Red+Green+Blue) = 219+119+24=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 24 (9.77% from 255 or 6.63% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7718 is #2488E7. Grayscale: #8A8A8A. Windows color (decimal): -2394344 or 1603547. OLE color: 1603547.

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

Color convert

RGB 219 119 24 -
CMYK 0 0.46 0.89 0.14
HSL 29.23º 0.8% 0.48% -
HSV(B) 29.23º 0.89% 0.86% -
XYZ 35.98 28.32 4.43 -
YUV 138.07 63.63 185.72 -
System Red Green Blue C M Y K H S L
Decimal 219 119 24 0 0.46 0.89 0.14 29.23 0.8 0.48
Hex DB 77 18 0 2E 59 E 1D 50 30
Octal 333 167 30 0 56 131 16 35 120 60
Binary 11011011 1110111 11000 0 101110 1011001 1110 11101 1010000 110000

Color Harmonies of #DB7718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7718

Black with #DB7718

Text Example


Text Example

White with #DB7718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7718; }

 p { color: rgb(219,119,24); }

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

background-color css

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

 a { background-color: rgb(219,119,24); }

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

border-color css

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

 span { border-color: rgb(219,119,24); }

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