Html Css Color HEX #D6801F Ochre

📋 copy color: '#D6801F'

red 214 ◦ green 128 ◦ blue 31

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

Shades of Ochre #D6801F

Tints of Ochre #D6801F

RGB

 RED value IS 214 (83.98% from 255) = 57.37%

 GREEN value IS 128 (50.39% from 255) = 34.32%

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

R = 57.37%
G = 34.32%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6801F (or 0xD6801F) is known color: Ochre. HEX triplet: D6, 80 and 1F. RGB value is (214,128,31). Sum of RGB (Red+Green+Blue) = 214+128+31=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 31 (12.5% from 255 or 8.31% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D6801F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6801F is #297FE0. Grayscale: #8F8F8F. Windows color (decimal): -2719713 or 2064598. OLE color: 2064598.

HSL color Cylindrical-coordinate representation of color #D6801F: hue angle of 31.8º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6801F is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 128 31 -
CMYK 0 0.40 0.86 0.16
HSL 31.8º 0.75% 0.48% -
HSV(B) 31.8º 0.86% 0.84% -
XYZ 35.7 29.83 5.17 -
YUV 142.66 64.99 178.89 -
System Red Green Blue C M Y K H S L
Decimal 214 128 31 0 0.40 0.86 0.16 31.8 0.75 0.48
Hex D6 80 1F 0 28 56 10 20 4B 30
Octal 326 200 37 0 50 126 20 40 113 60
Binary 11010110 10000000 11111 0 101000 1010110 10000 100000 1001011 110000

Color Harmonies of #D6801F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6801F

Black with #D6801F

Text Example


Text Example

White with #D6801F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6801F; }

 p { color: rgb(214,128,31); }

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

background-color css

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

 a { background-color: rgb(214,128,31); }

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

border-color css

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

 span { border-color: rgb(214,128,31); }

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