Html Css Color HEX #D6781F Ochre

📋 copy color: '#D6781F'

red 214 ◦ green 120 ◦ blue 31

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

Shades of Ochre #D6781F

Tints of Ochre #D6781F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.88%

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

R = 58.63%
G = 32.88%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6781F (or 0xD6781F) is known color: Ochre. HEX triplet: D6, 78 and 1F. RGB value is (214,120,31). Sum of RGB (Red+Green+Blue) = 214+120+31=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 31 (12.5% from 255 or 8.49% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D6781F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6781F is #2987E0. Grayscale: #8A8A8A. Windows color (decimal): -2721761 or 2062550. OLE color: 2062550.

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

Color convert

RGB 214 120 31 -
CMYK 0 0.44 0.86 0.16
HSL 29.18º 0.75% 0.48% -
HSV(B) 29.18º 0.86% 0.84% -
XYZ 34.7 27.83 4.84 -
YUV 137.96 67.64 182.24 -
System Red Green Blue C M Y K H S L
Decimal 214 120 31 0 0.44 0.86 0.16 29.18 0.75 0.48
Hex D6 78 1F 0 2C 56 10 1D 4B 30
Octal 326 170 37 0 54 126 20 35 113 60
Binary 11010110 1111000 11111 0 101100 1010110 10000 11101 1001011 110000

Color Harmonies of #D6781F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6781F

Black with #D6781F

Text Example


Text Example

White with #D6781F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6781F; }

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

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

background-color css

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

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

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

border-color css

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

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

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