Html Css Color HEX #DA831B Ochre

📋 copy color: '#DA831B'

red 218 ◦ green 131 ◦ blue 27

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

Shades of Ochre #DA831B

Tints of Ochre #DA831B

RGB

 RED value IS 218 (85.55% from 255) = 57.98%

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

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

R = 57.98%
G = 34.84%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA831B (or 0xDA831B) is known color: Ochre. HEX triplet: DA, 83 and 1B. RGB value is (218,131,27). Sum of RGB (Red+Green+Blue) = 218+131+27=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 27 (10.94% from 255 or 7.18% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA831B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA831B is #257CE4. Grayscale: #919191. Windows color (decimal): -2456805 or 1803226. OLE color: 1803226.

HSL color Cylindrical-coordinate representation of color #DA831B: hue angle of 32.67º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA831B is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 131 27 -
CMYK 0 0.40 0.88 0.15
HSL 32.67º 0.78% 0.48% -
HSV(B) 32.67º 0.88% 0.85% -
XYZ 37.23 31.22 5.1 -
YUV 145.16 61.32 179.96 -
System Red Green Blue C M Y K H S L
Decimal 218 131 27 0 0.40 0.88 0.15 32.67 0.78 0.48
Hex DA 83 1B 0 28 58 F 21 4E 30
Octal 332 203 33 0 50 130 17 41 116 60
Binary 11011010 10000011 11011 0 101000 1011000 1111 100001 1001110 110000

Color Harmonies of #DA831B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA831B

Black with #DA831B

Text Example


Text Example

White with #DA831B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA831B; }

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

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

background-color css

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

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

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

border-color css

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

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

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