Html Css Color HEX #D9811F Ochre

📋 copy color: '#D9811F'

red 217 ◦ green 129 ◦ blue 31

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

Shades of Ochre #D9811F

Tints of Ochre #D9811F

RGB

 RED value IS 217 (85.16% from 255) = 57.56%

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

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

R = 57.56%
G = 34.22%
B = 8.22%

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

#D9811F (or 0xD9811F) is known color: Ochre. HEX triplet: D9, 81 and 1F. RGB value is (217,129,31). Sum of RGB (Red+Green+Blue) = 217+129+31=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 31 (12.5% from 255 or 8.22% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D9811F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9811F is #267EE0. Grayscale: #909090. Windows color (decimal): -2522849 or 2064857. OLE color: 2064857.

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

Color convert

RGB 217 129 31 -
CMYK 0 0.41 0.86 0.15
HSL 31.61º 0.75% 0.49% -
HSV(B) 31.61º 0.86% 0.85% -
XYZ 36.71 30.55 5.26 -
YUV 144.14 64.15 179.97 -
System Red Green Blue C M Y K H S L
Decimal 217 129 31 0 0.41 0.86 0.15 31.61 0.75 0.49
Hex D9 81 1F 0 29 56 F 20 4B 31
Octal 331 201 37 0 51 126 17 40 113 61
Binary 11011001 10000001 11111 0 101001 1010110 1111 100000 1001011 110001

Color Harmonies of #D9811F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9811F

Black with #D9811F

Text Example


Text Example

White with #D9811F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9811F; }

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

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

background-color css

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

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

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

border-color css

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

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

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