Html Css Color HEX #D0871A Ochre

📋 copy color: '#D0871A'

red 208 ◦ green 135 ◦ blue 26

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

Shades of Ochre #D0871A

Tints of Ochre #D0871A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.59%

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

R = 56.37%
G = 36.59%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D0871A (or 0xD0871A) is known color: Ochre. HEX triplet: D0, 87 and 1A. RGB value is (208,135,26). Sum of RGB (Red+Green+Blue) = 208+135+26=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 26 (10.55% from 255 or 7.05% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D0871A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0871A is #2F78E5. Grayscale: #909090. Windows color (decimal): -3111142 or 1738704. OLE color: 1738704.

HSL color Cylindrical-coordinate representation of color #D0871A: hue angle of 35.93º 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 #D0871A is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 135 26 -
CMYK 0 0.35 0.88 0.18
HSL 35.93º 0.78% 0.46% -
HSV(B) 35.93º 0.88% 0.82% -
XYZ 34.86 30.81 5.09 -
YUV 144.4 61.18 173.36 -
System Red Green Blue C M Y K H S L
Decimal 208 135 26 0 0.35 0.88 0.18 35.93 0.78 0.46
Hex D0 87 1A 0 23 58 12 24 4E 2E
Octal 320 207 32 0 43 130 22 44 116 56
Binary 11010000 10000111 11010 0 100011 1011000 10010 100100 1001110 101110

Color Harmonies of #D0871A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0871A

Black with #D0871A

Text Example


Text Example

White with #D0871A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0871A; }

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

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

background-color css

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

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

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

border-color css

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

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

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