Html Css Color HEX #D7831C Ochre

📋 copy color: '#D7831C'

red 215 ◦ green 131 ◦ blue 28

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

Shades of Ochre #D7831C

Tints of Ochre #D7831C

RGB

 RED value IS 215 (84.38% from 255) = 57.49%

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

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

R = 57.49%
G = 35.03%
B = 7.49%

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

#D7831C (or 0xD7831C) is known color: Ochre. HEX triplet: D7, 83 and 1C. RGB value is (215,131,28). Sum of RGB (Red+Green+Blue) = 215+131+28=374 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.49% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 28 (11.33% from 255 or 7.49% from 374); Max value from RGB is 215 - color contains mainly: red. Hex color #D7831C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7831C is #287CE3. Grayscale: #909090. Windows color (decimal): -2653412 or 1868759. OLE color: 1868759.

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

Color convert

RGB 215 131 28 -
CMYK 0 0.39 0.87 0.16
HSL 33.05º 0.77% 0.48% -
HSV(B) 33.05º 0.87% 0.84% -
XYZ 36.35 30.76 5.12 -
YUV 144.37 62.33 178.38 -
System Red Green Blue C M Y K H S L
Decimal 215 131 28 0 0.39 0.87 0.16 33.05 0.77 0.48
Hex D7 83 1C 0 27 57 10 21 4D 30
Octal 327 203 34 0 47 127 20 41 115 60
Binary 11010111 10000011 11100 0 100111 1010111 10000 100001 1001101 110000

Color Harmonies of #D7831C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7831C

Black with #D7831C

Text Example


Text Example

White with #D7831C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7831C; }

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

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

background-color css

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

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

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

border-color css

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

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

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