Html Css Color HEX #D07E16 Ochre

📋 copy color: '#D07E16'

red 208 ◦ green 126 ◦ blue 22

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

Shades of Ochre #D07E16

Tints of Ochre #D07E16

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.39%

 BLUE value IS 22 (8.98% from 255) = 6.18%

R = 58.43%
G = 35.39%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D07E16 (or 0xD07E16) is known color: Ochre. HEX triplet: D0, 7E and 16. RGB value is (208,126,22). Sum of RGB (Red+Green+Blue) = 208+126+22=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07E16 is #2F81E9. Grayscale: #8B8B8B. Windows color (decimal): -3113450 or 1474256. OLE color: 1474256.

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

Color convert

RGB 208 126 22 -
CMYK 0 0.39 0.89 0.18
HSL 33.55º 0.81% 0.45% -
HSV(B) 33.55º 0.89% 0.82% -
XYZ 33.62 28.39 4.47 -
YUV 138.66 62.17 177.46 -
System Red Green Blue C M Y K H S L
Decimal 208 126 22 0 0.39 0.89 0.18 33.55 0.81 0.45
Hex D0 7E 16 0 27 59 12 22 51 2D
Octal 320 176 26 0 47 131 22 42 121 55
Binary 11010000 1111110 10110 0 100111 1011001 10010 100010 1010001 101101

Color Harmonies of #D07E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E16

Black with #D07E16

Text Example


Text Example

White with #D07E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E16; }

 p { color: rgb(208,126,22); }

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

background-color css

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

 a { background-color: rgb(208,126,22); }

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

border-color css

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

 span { border-color: rgb(208,126,22); }

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