Html Css Color HEX #D7831B Ochre

📋 copy color: '#D7831B'

red 215 ◦ green 131 ◦ blue 27

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

Shades of Ochre #D7831B

Tints of Ochre #D7831B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.24%

R = 57.64%
G = 35.12%
B = 7.24%

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

#D7831B (or 0xD7831B) is known color: Ochre. HEX triplet: D7, 83 and 1B. RGB value is (215,131,27). Sum of RGB (Red+Green+Blue) = 215+131+27=373 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.64% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 27 (10.94% from 255 or 7.24% from 373); Max value from RGB is 215 - color contains mainly: red. Hex color #D7831B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7831B is #287CE4. Grayscale: #909090. Windows color (decimal): -2653413 or 1803223. OLE color: 1803223.

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

Color convert

RGB 215 131 27 -
CMYK 0 0.39 0.87 0.16
HSL 33.19º 0.78% 0.47% -
HSV(B) 33.19º 0.87% 0.84% -
XYZ 36.34 30.76 5.06 -
YUV 144.26 61.83 178.46 -
System Red Green Blue C M Y K H S L
Decimal 215 131 27 0 0.39 0.87 0.16 33.19 0.78 0.47
Hex D7 83 1B 0 27 57 10 21 4E 2F
Octal 327 203 33 0 47 127 20 41 116 57
Binary 11010111 10000011 11011 0 100111 1010111 10000 100001 1001110 101111

Color Harmonies of #D7831B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7831B

Black with #D7831B

Text Example


Text Example

White with #D7831B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7831B; }

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

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

background-color css

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

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

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

border-color css

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

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

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