Html Css Color HEX #DB7B14 Ochre

📋 copy color: '#DB7B14'

red 219 ◦ green 123 ◦ blue 20

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

Shades of Ochre #DB7B14

Tints of Ochre #DB7B14

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.98%

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

R = 60.5%
G = 33.98%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB7B14 (or 0xDB7B14) is known color: Ochre. HEX triplet: DB, 7B and 14. RGB value is (219,123,20). Sum of RGB (Red+Green+Blue) = 219+123+20=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 20 (8.20% from 255 or 5.52% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7B14 is #2484EB. Grayscale: #8C8C8C. Windows color (decimal): -2393324 or 1342427. OLE color: 1342427.

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

Color convert

RGB 219 123 20 -
CMYK 0 0.44 0.91 0.14
HSL 31.06º 0.83% 0.47% -
HSV(B) 31.06º 0.91% 0.86% -
XYZ 36.42 29.28 4.39 -
YUV 139.96 60.3 184.38 -
System Red Green Blue C M Y K H S L
Decimal 219 123 20 0 0.44 0.91 0.14 31.06 0.83 0.47
Hex DB 7B 14 0 2C 5B E 1F 53 2F
Octal 333 173 24 0 54 133 16 37 123 57
Binary 11011011 1111011 10100 0 101100 1011011 1110 11111 1010011 101111

Color Harmonies of #DB7B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7B14

Black with #DB7B14

Text Example


Text Example

White with #DB7B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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