Html Css Color HEX #D6841A Ochre

📋 copy color: '#D6841A'

red 214 ◦ green 132 ◦ blue 26

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

Shades of Ochre #D6841A

Tints of Ochre #D6841A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.48%

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

R = 57.53%
G = 35.48%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6841A (or 0xD6841A) is known color: Ochre. HEX triplet: D6, 84 and 1A. RGB value is (214,132,26). Sum of RGB (Red+Green+Blue) = 214+132+26=372 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.53% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 26 (10.55% from 255 or 6.99% from 372); Max value from RGB is 214 - color contains mainly: red. Hex color #D6841A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6841A is #297BE5. Grayscale: #909090. Windows color (decimal): -2718694 or 1737942. OLE color: 1737942.

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

Color convert

RGB 214 132 26 -
CMYK 0 0.38 0.88 0.16
HSL 33.83º 0.78% 0.47% -
HSV(B) 33.83º 0.88% 0.84% -
XYZ 36.17 30.87 5.03 -
YUV 144.43 61.17 177.62 -
System Red Green Blue C M Y K H S L
Decimal 214 132 26 0 0.38 0.88 0.16 33.83 0.78 0.47
Hex D6 84 1A 0 26 58 10 22 4E 2F
Octal 326 204 32 0 46 130 20 42 116 57
Binary 11010110 10000100 11010 0 100110 1011000 10000 100010 1001110 101111

Color Harmonies of #D6841A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6841A

Black with #D6841A

Text Example


Text Example

White with #D6841A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6841A; }

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

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

background-color css

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

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

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

border-color css

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

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

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