Html Css Color HEX #D07F0F Ochre

📋 copy color: '#D07F0F'

red 208 ◦ green 127 ◦ blue 15

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

Shades of Ochre #D07F0F

Tints of Ochre #D07F0F

RGB

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

 GREEN value IS 127 (50% from 255) = 36.29%

 BLUE value IS 15 (6.25% from 255) = 4.29%

R = 59.43%
G = 36.29%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D07F0F (or 0xD07F0F) is known color: Ochre. HEX triplet: D0, 7F and 0F. RGB value is (208,127,15). Sum of RGB (Red+Green+Blue) = 208+127+15=350 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.43% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07F0F is #2F80F0. Grayscale: #8A8A8A. Windows color (decimal): -3113201 or 1015760. OLE color: 1015760.

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

Color convert

RGB 208 127 15 -
CMYK 0 0.39 0.93 0.18
HSL 34.82º 0.87% 0.44% -
HSV(B) 34.82º 0.93% 0.82% -
XYZ 33.69 28.62 4.2 -
YUV 138.45 58.34 177.61 -
System Red Green Blue C M Y K H S L
Decimal 208 127 15 0 0.39 0.93 0.18 34.82 0.87 0.44
Hex D0 7F F 0 27 5D 12 23 57 2C
Octal 320 177 17 0 47 135 22 43 127 54
Binary 11010000 1111111 1111 0 100111 1011101 10010 100011 1010111 101100

Color Harmonies of #D07F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07F0F

Black with #D07F0F

Text Example


Text Example

White with #D07F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07F0F; }

 p { color: rgb(208,127,15); }

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

background-color css

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

 a { background-color: rgb(208,127,15); }

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

border-color css

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

 span { border-color: rgb(208,127,15); }

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