Html Css Color HEX #D07A1F Ochre

📋 copy color: '#D07A1F'

red 208 ◦ green 122 ◦ blue 31

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

Shades of Ochre #D07A1F

Tints of Ochre #D07A1F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.8%

 BLUE value IS 31 (12.5% from 255) = 8.59%

R = 57.62%
G = 33.8%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D07A1F (or 0xD07A1F) is known color: Ochre. HEX triplet: D0, 7A and 1F. RGB value is (208,122,31). Sum of RGB (Red+Green+Blue) = 208+122+31=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 31 (12.5% from 255 or 8.59% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07A1F is #2F85E0. Grayscale: #898989. Windows color (decimal): -3114465 or 2063056. OLE color: 2063056.

HSL color Cylindrical-coordinate representation of color #D07A1F: hue angle of 30.85º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D07A1F is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 122 31 -
CMYK 0 0.41 0.85 0.18
HSL 30.85º 0.74% 0.47% -
HSV(B) 30.85º 0.85% 0.82% -
XYZ 33.22 27.43 4.84 -
YUV 137.34 67.99 178.4 -
System Red Green Blue C M Y K H S L
Decimal 208 122 31 0 0.41 0.85 0.18 30.85 0.74 0.47
Hex D0 7A 1F 0 29 55 12 1F 4A 2F
Octal 320 172 37 0 51 125 22 37 112 57
Binary 11010000 1111010 11111 0 101001 1010101 10010 11111 1001010 101111

Color Harmonies of #D07A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07A1F

Black with #D07A1F

Text Example


Text Example

White with #D07A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07A1F; }

 p { color: rgb(208,122,31); }

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

background-color css

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

 a { background-color: rgb(208,122,31); }

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

border-color css

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

 span { border-color: rgb(208,122,31); }

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