Html Css Color HEX #D6831C Ochre

📋 copy color: '#D6831C'

red 214 ◦ green 131 ◦ blue 28

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

Shades of Ochre #D6831C

Tints of Ochre #D6831C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.51%

R = 57.37%
G = 35.12%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6831C (or 0xD6831C) is known color: Ochre. HEX triplet: D6, 83 and 1C. RGB value is (214,131,28). Sum of RGB (Red+Green+Blue) = 214+131+28=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 28 (11.33% from 255 or 7.51% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D6831C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6831C is #297CE3. Grayscale: #909090. Windows color (decimal): -2718948 or 1868758. OLE color: 1868758.

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

Color convert

RGB 214 131 28 -
CMYK 0 0.39 0.87 0.16
HSL 33.23º 0.77% 0.47% -
HSV(B) 33.23º 0.87% 0.84% -
XYZ 36.06 30.61 5.11 -
YUV 144.08 62.5 177.88 -
System Red Green Blue C M Y K H S L
Decimal 214 131 28 0 0.39 0.87 0.16 33.23 0.77 0.47
Hex D6 83 1C 0 27 57 10 21 4D 2F
Octal 326 203 34 0 47 127 20 41 115 57
Binary 11010110 10000011 11100 0 100111 1010111 10000 100001 1001101 101111

Color Harmonies of #D6831C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6831C

Black with #D6831C

Text Example


Text Example

White with #D6831C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6831C; }

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

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

background-color css

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

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

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

border-color css

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

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

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