Html Css Color HEX #D68211 Ochre

📋 copy color: '#D68211'

red 214 ◦ green 130 ◦ blue 17

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

Shades of Ochre #D68211

Tints of Ochre #D68211

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.01%

 BLUE value IS 17 (7.03% from 255) = 4.71%

R = 59.28%
G = 36.01%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D68211 (or 0xD68211) is known color: Ochre. HEX triplet: D6, 82 and 11. RGB value is (214,130,17). Sum of RGB (Red+Green+Blue) = 214+130+17=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 17 (7.03% from 255 or 4.71% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D68211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68211 is #297DEE. Grayscale: #8E8E8E. Windows color (decimal): -2719215 or 1147606. OLE color: 1147606.

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

Color convert

RGB 214 130 17 -
CMYK 0 0.39 0.92 0.16
HSL 34.42º 0.85% 0.45% -
HSV(B) 34.42º 0.92% 0.84% -
XYZ 35.82 30.3 4.49 -
YUV 142.23 57.33 179.19 -
System Red Green Blue C M Y K H S L
Decimal 214 130 17 0 0.39 0.92 0.16 34.42 0.85 0.45
Hex D6 82 11 0 27 5C 10 22 55 2D
Octal 326 202 21 0 47 134 20 42 125 55
Binary 11010110 10000010 10001 0 100111 1011100 10000 100010 1010101 101101

Color Harmonies of #D68211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68211

Black with #D68211

Text Example


Text Example

White with #D68211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68211; }

 p { color: rgb(214,130,17); }

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

background-color css

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

 a { background-color: rgb(214,130,17); }

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

border-color css

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

 span { border-color: rgb(214,130,17); }

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