Html Css Color HEX #D6831E Ochre

📋 copy color: '#D6831E'

red 214 ◦ green 131 ◦ blue 30

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

Shades of Ochre #D6831E

Tints of Ochre #D6831E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.93%

 BLUE value IS 30 (12.11% from 255) = 8%

R = 57.07%
G = 34.93%
B = 8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6831E (or 0xD6831E) is known color: Ochre. HEX triplet: D6, 83 and 1E. RGB value is (214,131,30). Sum of RGB (Red+Green+Blue) = 214+131+30=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 30 (12.11% from 255 or 8% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D6831E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6831E is #297CE1. Grayscale: #909090. Windows color (decimal): -2718946 or 1999830. OLE color: 1999830.

HSL color Cylindrical-coordinate representation of color #D6831E: hue angle of 32.93º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6831E is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 131 30 -
CMYK 0 0.39 0.86 0.16
HSL 32.93º 0.75% 0.48% -
HSV(B) 32.93º 0.86% 0.84% -
XYZ 36.08 30.62 5.24 -
YUV 144.3 63.5 177.71 -
System Red Green Blue C M Y K H S L
Decimal 214 131 30 0 0.39 0.86 0.16 32.93 0.75 0.48
Hex D6 83 1E 0 27 56 10 21 4B 30
Octal 326 203 36 0 47 126 20 41 113 60
Binary 11010110 10000011 11110 0 100111 1010110 10000 100001 1001011 110000

Color Harmonies of #D6831E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6831E

Black with #D6831E

Text Example


Text Example

White with #D6831E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6831E; }

 p { color: rgb(214,131,30); }

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

background-color css

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

 a { background-color: rgb(214,131,30); }

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

border-color css

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

 span { border-color: rgb(214,131,30); }

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