Html Css Color HEX #D0881A Ochre

📋 copy color: '#D0881A'

red 208 ◦ green 136 ◦ blue 26

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

Shades of Ochre #D0881A

Tints of Ochre #D0881A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.76%

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

R = 56.22%
G = 36.76%
B = 7.03%

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

#D0881A (or 0xD0881A) is known color: Ochre. HEX triplet: D0, 88 and 1A. RGB value is (208,136,26). Sum of RGB (Red+Green+Blue) = 208+136+26=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 26 (10.55% from 255 or 7.03% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D0881A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0881A is #2F77E5. Grayscale: #919191. Windows color (decimal): -3110886 or 1738960. OLE color: 1738960.

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

Color convert

RGB 208 136 26 -
CMYK 0 0.35 0.88 0.18
HSL 36.26º 0.78% 0.46% -
HSV(B) 36.26º 0.88% 0.82% -
XYZ 35 31.09 5.13 -
YUV 144.99 60.85 172.94 -
System Red Green Blue C M Y K H S L
Decimal 208 136 26 0 0.35 0.88 0.18 36.26 0.78 0.46
Hex D0 88 1A 0 23 58 12 24 4E 2E
Octal 320 210 32 0 43 130 22 44 116 56
Binary 11010000 10001000 11010 0 100011 1011000 10010 100100 1001110 101110

Color Harmonies of #D0881A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0881A

Black with #D0881A

Text Example


Text Example

White with #D0881A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0881A; }

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

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

background-color css

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

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

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

border-color css

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

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

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