Html Css Color HEX #D07814 Ochre

📋 copy color: '#D07814'

red 208 ◦ green 120 ◦ blue 20

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

Shades of Ochre #D07814

Tints of Ochre #D07814

RGB

 RED value IS 208 (81.64% from 255) = 59.77%

 GREEN value IS 120 (47.27% from 255) = 34.48%

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

R = 59.77%
G = 34.48%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D07814 (or 0xD07814) is known color: Ochre. HEX triplet: D0, 78 and 14. RGB value is (208,120,20). Sum of RGB (Red+Green+Blue) = 208+120+20=348 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.77% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 20 (8.20% from 255 or 5.75% from 348); Max value from RGB is 208 - color contains mainly: red. Hex color #D07814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07814 is #2F87EB. Grayscale: #878787. Windows color (decimal): -3114988 or 1341648. OLE color: 1341648.

HSL color Cylindrical-coordinate representation of color #D07814: hue angle of 31.91º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D07814 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 120 20 -
CMYK 0 0.42 0.90 0.18
HSL 31.91º 0.82% 0.45% -
HSV(B) 31.91º 0.9% 0.82% -
XYZ 32.86 26.89 4.12 -
YUV 134.91 63.15 180.13 -
System Red Green Blue C M Y K H S L
Decimal 208 120 20 0 0.42 0.90 0.18 31.91 0.82 0.45
Hex D0 78 14 0 2A 5A 12 20 52 2D
Octal 320 170 24 0 52 132 22 40 122 55
Binary 11010000 1111000 10100 0 101010 1011010 10010 100000 1010010 101101

Color Harmonies of #D07814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07814

Black with #D07814

Text Example


Text Example

White with #D07814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07814; }

 p { color: rgb(208,120,20); }

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

background-color css

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

 a { background-color: rgb(208,120,20); }

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

border-color css

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

 span { border-color: rgb(208,120,20); }

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