Html Css Color HEX #D6811A Ochre

📋 copy color: '#D6811A'

red 214 ◦ green 129 ◦ blue 26

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

Shades of Ochre #D6811A

Tints of Ochre #D6811A

RGB

 RED value IS 214 (83.98% from 255) = 57.99%

 GREEN value IS 129 (50.78% from 255) = 34.96%

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

R = 57.99%
G = 34.96%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6811A (or 0xD6811A) is known color: Ochre. HEX triplet: D6, 81 and 1A. RGB value is (214,129,26). Sum of RGB (Red+Green+Blue) = 214+129+26=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 26 (10.55% from 255 or 7.05% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D6811A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6811A is #297EE5. Grayscale: #8F8F8F. Windows color (decimal): -2719462 or 1737174. OLE color: 1737174.

HSL color Cylindrical-coordinate representation of color #D6811A: hue angle of 32.87º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D6811A is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 129 26 -
CMYK 0 0.40 0.88 0.16
HSL 32.87º 0.78% 0.47% -
HSV(B) 32.87º 0.88% 0.84% -
XYZ 35.77 30.07 4.9 -
YUV 142.67 62.16 178.88 -
System Red Green Blue C M Y K H S L
Decimal 214 129 26 0 0.40 0.88 0.16 32.87 0.78 0.47
Hex D6 81 1A 0 28 58 10 21 4E 2F
Octal 326 201 32 0 50 130 20 41 116 57
Binary 11010110 10000001 11010 0 101000 1011000 10000 100001 1001110 101111

Color Harmonies of #D6811A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6811A

Black with #D6811A

Text Example


Text Example

White with #D6811A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6811A; }

 p { color: rgb(214,129,26); }

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

background-color css

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

 a { background-color: rgb(214,129,26); }

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

border-color css

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

 span { border-color: rgb(214,129,26); }

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