Html Css Color HEX #D07A1B Ochre

📋 copy color: '#D07A1B'

red 208 ◦ green 122 ◦ blue 27

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

Shades of Ochre #D07A1B

Tints of Ochre #D07A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.56%

R = 58.26%
G = 34.17%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D07A1B (or 0xD07A1B) is known color: Ochre. HEX triplet: D0, 7A and 1B. RGB value is (208,122,27). Sum of RGB (Red+Green+Blue) = 208+122+27=357 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.26% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 27 (10.94% from 255 or 7.56% from 357); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07A1B is #2F85E4. Grayscale: #898989. Windows color (decimal): -3114469 or 1800912. OLE color: 1800912.

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

Color convert

RGB 208 122 27 -
CMYK 0 0.41 0.87 0.18
HSL 31.49º 0.77% 0.46% -
HSV(B) 31.49º 0.87% 0.82% -
XYZ 33.17 27.41 4.58 -
YUV 136.88 65.99 178.72 -
System Red Green Blue C M Y K H S L
Decimal 208 122 27 0 0.41 0.87 0.18 31.49 0.77 0.46
Hex D0 7A 1B 0 29 57 12 1F 4D 2E
Octal 320 172 33 0 51 127 22 37 115 56
Binary 11010000 1111010 11011 0 101001 1010111 10010 11111 1001101 101110

Color Harmonies of #D07A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07A1B

Black with #D07A1B

Text Example


Text Example

White with #D07A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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