Html Css Color HEX #D6810D Ochre

📋 copy color: '#D6810D'

red 214 ◦ green 129 ◦ blue 13

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

Shades of Ochre #D6810D

Tints of Ochre #D6810D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.65%

R = 60.11%
G = 36.24%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6810D (or 0xD6810D) is known color: Ochre. HEX triplet: D6, 81 and 0D. RGB value is (214,129,13). Sum of RGB (Red+Green+Blue) = 214+129+13=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 13 (5.47% from 255 or 3.65% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D6810D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6810D is #297EF2. Grayscale: #8D8D8D. Windows color (decimal): -2719475 or 885206. OLE color: 885206.

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

Color convert

RGB 214 129 13 -
CMYK 0 0.40 0.94 0.16
HSL 34.63º 0.89% 0.45% -
HSV(B) 34.63º 0.94% 0.84% -
XYZ 35.65 30.03 4.3 -
YUV 141.19 55.66 179.93 -
System Red Green Blue C M Y K H S L
Decimal 214 129 13 0 0.40 0.94 0.16 34.63 0.89 0.45
Hex D6 81 D 0 28 5E 10 23 59 2D
Octal 326 201 15 0 50 136 20 43 131 55
Binary 11010110 10000001 1101 0 101000 1011110 10000 100011 1011001 101101

Color Harmonies of #D6810D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6810D

Black with #D6810D

Text Example


Text Example

White with #D6810D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6810D; }

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

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

background-color css

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

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

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

border-color css

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

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

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