Html Css Color HEX #D6831F Ochre

📋 copy color: '#D6831F'

red 214 ◦ green 131 ◦ blue 31

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

Shades of Ochre #D6831F

Tints of Ochre #D6831F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.24%

R = 56.91%
G = 34.84%
B = 8.24%

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

#D6831F (or 0xD6831F) is known color: Ochre. HEX triplet: D6, 83 and 1F. RGB value is (214,131,31). Sum of RGB (Red+Green+Blue) = 214+131+31=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 31 (12.5% from 255 or 8.24% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D6831F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6831F is #297CE0. Grayscale: #909090. Windows color (decimal): -2718945 or 2065366. OLE color: 2065366.

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

Color convert

RGB 214 131 31 -
CMYK 0 0.39 0.86 0.16
HSL 32.79º 0.75% 0.48% -
HSV(B) 32.79º 0.86% 0.84% -
XYZ 36.1 30.63 5.31 -
YUV 144.42 64 177.63 -
System Red Green Blue C M Y K H S L
Decimal 214 131 31 0 0.39 0.86 0.16 32.79 0.75 0.48
Hex D6 83 1F 0 27 56 10 21 4B 30
Octal 326 203 37 0 47 126 20 41 113 60
Binary 11010110 10000011 11111 0 100111 1010110 10000 100001 1001011 110000

Color Harmonies of #D6831F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6831F

Black with #D6831F

Text Example


Text Example

White with #D6831F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6831F; }

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

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

background-color css

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

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

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

border-color css

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

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

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