Html Css Color HEX #DA831E Ochre

📋 copy color: '#DA831E'

red 218 ◦ green 131 ◦ blue 30

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

Shades of Ochre #DA831E

Tints of Ochre #DA831E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.92%

R = 57.52%
G = 34.56%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA831E (or 0xDA831E) is known color: Ochre. HEX triplet: DA, 83 and 1E. RGB value is (218,131,30). Sum of RGB (Red+Green+Blue) = 218+131+30=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 30 (12.11% from 255 or 7.92% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA831E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA831E is #257CE1. Grayscale: #919191. Windows color (decimal): -2456802 or 1999834. OLE color: 1999834.

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

Color convert

RGB 218 131 30 -
CMYK 0 0.40 0.86 0.15
HSL 32.23º 0.76% 0.49% -
HSV(B) 32.23º 0.86% 0.85% -
XYZ 37.26 31.23 5.29 -
YUV 145.5 62.82 179.71 -
System Red Green Blue C M Y K H S L
Decimal 218 131 30 0 0.40 0.86 0.15 32.23 0.76 0.49
Hex DA 83 1E 0 28 56 F 20 4C 31
Octal 332 203 36 0 50 126 17 40 114 61
Binary 11011010 10000011 11110 0 101000 1010110 1111 100000 1001100 110001

Color Harmonies of #DA831E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA831E

Black with #DA831E

Text Example


Text Example

White with #DA831E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA831E; }

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

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

background-color css

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

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

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

border-color css

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

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

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