Html Css Color HEX #D07E13 Ochre

📋 copy color: '#D07E13'

red 208 ◦ green 126 ◦ blue 19

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

Shades of Ochre #D07E13

Tints of Ochre #D07E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.38%

R = 58.92%
G = 35.69%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D07E13 (or 0xD07E13) is known color: Ochre. HEX triplet: D0, 7E and 13. RGB value is (208,126,19). Sum of RGB (Red+Green+Blue) = 208+126+19=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 19 (7.81% from 255 or 5.38% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07E13 is #2F81EC. Grayscale: #8A8A8A. Windows color (decimal): -3113453 or 1277648. OLE color: 1277648.

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

Color convert

RGB 208 126 19 -
CMYK 0 0.39 0.91 0.18
HSL 33.97º 0.83% 0.45% -
HSV(B) 33.97º 0.91% 0.82% -
XYZ 33.59 28.38 4.32 -
YUV 138.32 60.67 177.7 -
System Red Green Blue C M Y K H S L
Decimal 208 126 19 0 0.39 0.91 0.18 33.97 0.83 0.45
Hex D0 7E 13 0 27 5B 12 22 53 2D
Octal 320 176 23 0 47 133 22 42 123 55
Binary 11010000 1111110 10011 0 100111 1011011 10010 100010 1010011 101101

Color Harmonies of #D07E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E13

Black with #D07E13

Text Example


Text Example

White with #D07E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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