Html Css Color HEX #D6810F Ochre

📋 copy color: '#D6810F'

red 214 ◦ green 129 ◦ blue 15

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

Shades of Ochre #D6810F

Tints of Ochre #D6810F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.19%

R = 59.78%
G = 36.03%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D6810F (or 0xD6810F) is known color: Ochre. HEX triplet: D6, 81 and 0F. RGB value is (214,129,15). Sum of RGB (Red+Green+Blue) = 214+129+15=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 15 (6.25% from 255 or 4.19% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D6810F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6810F is #297EF0. Grayscale: #8D8D8D. Windows color (decimal): -2719473 or 1016278. OLE color: 1016278.

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

Color convert

RGB 214 129 15 -
CMYK 0 0.40 0.93 0.16
HSL 34.37º 0.87% 0.45% -
HSV(B) 34.37º 0.93% 0.84% -
XYZ 35.67 30.03 4.37 -
YUV 141.42 56.66 179.77 -
System Red Green Blue C M Y K H S L
Decimal 214 129 15 0 0.40 0.93 0.16 34.37 0.87 0.45
Hex D6 81 F 0 28 5D 10 22 57 2D
Octal 326 201 17 0 50 135 20 42 127 55
Binary 11010110 10000001 1111 0 101000 1011101 10000 100010 1010111 101101

Color Harmonies of #D6810F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6810F

Black with #D6810F

Text Example


Text Example

White with #D6810F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6810F; }

 p { color: rgb(214,129,15); }

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

background-color css

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

 a { background-color: rgb(214,129,15); }

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

border-color css

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

 span { border-color: rgb(214,129,15); }

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