Html Css Color HEX #DA831D Ochre

📋 copy color: '#DA831D'

red 218 ◦ green 131 ◦ blue 29

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

Shades of Ochre #DA831D

Tints of Ochre #DA831D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.67%

R = 57.67%
G = 34.66%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA831D (or 0xDA831D) is known color: Ochre. HEX triplet: DA, 83 and 1D. RGB value is (218,131,29). Sum of RGB (Red+Green+Blue) = 218+131+29=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA831D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA831D is #257CE2. Grayscale: #919191. Windows color (decimal): -2456803 or 1934298. OLE color: 1934298.

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

Color convert

RGB 218 131 29 -
CMYK 0 0.40 0.87 0.15
HSL 32.38º 0.77% 0.48% -
HSV(B) 32.38º 0.87% 0.85% -
XYZ 37.25 31.23 5.23 -
YUV 145.39 62.32 179.79 -
System Red Green Blue C M Y K H S L
Decimal 218 131 29 0 0.40 0.87 0.15 32.38 0.77 0.48
Hex DA 83 1D 0 28 57 F 20 4D 30
Octal 332 203 35 0 50 127 17 40 115 60
Binary 11011010 10000011 11101 0 101000 1010111 1111 100000 1001101 110000

Color Harmonies of #DA831D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA831D

Black with #DA831D

Text Example


Text Example

White with #DA831D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA831D; }

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

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

background-color css

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

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

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

border-color css

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

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

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