Html Css Color HEX #D0851A Ochre

📋 copy color: '#D0851A'

red 208 ◦ green 133 ◦ blue 26

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

Shades of Ochre #D0851A

Tints of Ochre #D0851A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.24%

 BLUE value IS 26 (10.55% from 255) = 7.08%

R = 56.68%
G = 36.24%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D0851A (or 0xD0851A) is known color: Ochre. HEX triplet: D0, 85 and 1A. RGB value is (208,133,26). Sum of RGB (Red+Green+Blue) = 208+133+26=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 26 (10.55% from 255 or 7.08% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D0851A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0851A is #2F7AE5. Grayscale: #8F8F8F. Windows color (decimal): -3111654 or 1738192. OLE color: 1738192.

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

Color convert

RGB 208 133 26 -
CMYK 0 0.36 0.88 0.18
HSL 35.27º 0.78% 0.46% -
HSV(B) 35.27º 0.88% 0.82% -
XYZ 34.59 30.26 5 -
YUV 143.23 61.85 174.2 -
System Red Green Blue C M Y K H S L
Decimal 208 133 26 0 0.36 0.88 0.18 35.27 0.78 0.46
Hex D0 85 1A 0 24 58 12 23 4E 2E
Octal 320 205 32 0 44 130 22 43 116 56
Binary 11010000 10000101 11010 0 100100 1011000 10010 100011 1001110 101110

Color Harmonies of #D0851A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0851A

Black with #D0851A

Text Example


Text Example

White with #D0851A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0851A; }

 p { color: rgb(208,133,26); }

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

background-color css

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

 a { background-color: rgb(208,133,26); }

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

border-color css

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

 span { border-color: rgb(208,133,26); }

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