Html Css Color HEX #D7831A Ochre

📋 copy color: '#D7831A'

red 215 ◦ green 131 ◦ blue 26

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

Shades of Ochre #D7831A

Tints of Ochre #D7831A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.99%

R = 57.8%
G = 35.22%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D7831A (or 0xD7831A) is known color: Ochre. HEX triplet: D7, 83 and 1A. RGB value is (215,131,26). Sum of RGB (Red+Green+Blue) = 215+131+26=372 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.80% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 26 (10.55% from 255 or 6.99% from 372); Max value from RGB is 215 - color contains mainly: red. Hex color #D7831A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7831A is #287CE5. Grayscale: #909090. Windows color (decimal): -2653414 or 1737687. OLE color: 1737687.

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

Color convert

RGB 215 131 26 -
CMYK 0 0.39 0.88 0.16
HSL 33.33º 0.78% 0.47% -
HSV(B) 33.33º 0.88% 0.84% -
XYZ 36.33 30.75 5 -
YUV 144.15 61.33 178.54 -
System Red Green Blue C M Y K H S L
Decimal 215 131 26 0 0.39 0.88 0.16 33.33 0.78 0.47
Hex D7 83 1A 0 27 58 10 21 4E 2F
Octal 327 203 32 0 47 130 20 41 116 57
Binary 11010111 10000011 11010 0 100111 1011000 10000 100001 1001110 101111

Color Harmonies of #D7831A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7831A

Black with #D7831A

Text Example


Text Example

White with #D7831A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7831A; }

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

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

background-color css

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

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

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

border-color css

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

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

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