Html Css Color HEX #DA811F Ochre

📋 copy color: '#DA811F'

red 218 ◦ green 129 ◦ blue 31

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

Shades of Ochre #DA811F

Tints of Ochre #DA811F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.13%

 BLUE value IS 31 (12.5% from 255) = 8.2%

R = 57.67%
G = 34.13%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA811F (or 0xDA811F) is known color: Ochre. HEX triplet: DA, 81 and 1F. RGB value is (218,129,31). Sum of RGB (Red+Green+Blue) = 218+129+31=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 31 (12.5% from 255 or 8.20% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA811F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA811F is #257EE0. Grayscale: #909090. Windows color (decimal): -2457313 or 2064858. OLE color: 2064858.

HSL color Cylindrical-coordinate representation of color #DA811F: hue angle of 31.44º degrees, saturation: 0.75, 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 #DA811F is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 129 31 -
CMYK 0 0.41 0.86 0.15
HSL 31.44º 0.75% 0.49% -
HSV(B) 31.44º 0.86% 0.85% -
XYZ 37.01 30.7 5.27 -
YUV 144.44 63.99 180.47 -
System Red Green Blue C M Y K H S L
Decimal 218 129 31 0 0.41 0.86 0.15 31.44 0.75 0.49
Hex DA 81 1F 0 29 56 F 1F 4B 31
Octal 332 201 37 0 51 126 17 37 113 61
Binary 11011010 10000001 11111 0 101001 1010110 1111 11111 1001011 110001

Color Harmonies of #DA811F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA811F

Black with #DA811F

Text Example


Text Example

White with #DA811F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA811F; }

 p { color: rgb(218,129,31); }

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

background-color css

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

 a { background-color: rgb(218,129,31); }

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

border-color css

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

 span { border-color: rgb(218,129,31); }

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