Html Css Color HEX #DB7714 Ochre

📋 copy color: '#DB7714'

red 219 ◦ green 119 ◦ blue 20

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

Shades of Ochre #DB7714

Tints of Ochre #DB7714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.59%

R = 61.17%
G = 33.24%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB7714 (or 0xDB7714) is known color: Ochre. HEX triplet: DB, 77 and 14. RGB value is (219,119,20). Sum of RGB (Red+Green+Blue) = 219+119+20=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 20 (8.20% from 255 or 5.59% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7714 is #2488EB. Grayscale: #8A8A8A. Windows color (decimal): -2394348 or 1341403. OLE color: 1341403.

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

Color convert

RGB 219 119 20 -
CMYK 0 0.46 0.91 0.14
HSL 29.85º 0.83% 0.47% -
HSV(B) 29.85º 0.91% 0.86% -
XYZ 35.94 28.3 4.23 -
YUV 137.61 61.63 186.05 -
System Red Green Blue C M Y K H S L
Decimal 219 119 20 0 0.46 0.91 0.14 29.85 0.83 0.47
Hex DB 77 14 0 2E 5B E 1E 53 2F
Octal 333 167 24 0 56 133 16 36 123 57
Binary 11011011 1110111 10100 0 101110 1011011 1110 11110 1010011 101111

Color Harmonies of #DB7714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7714

Black with #DB7714

Text Example


Text Example

White with #DB7714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7714; }

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

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

background-color css

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

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

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

border-color css

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

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

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