Html Css Color HEX #D68311 Ochre

📋 copy color: '#D68311'

red 214 ◦ green 131 ◦ blue 17

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

Shades of Ochre #D68311

Tints of Ochre #D68311

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.19%

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

R = 59.12%
G = 36.19%
B = 4.7%

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

#D68311 (or 0xD68311) is known color: Ochre. HEX triplet: D6, 83 and 11. RGB value is (214,131,17). Sum of RGB (Red+Green+Blue) = 214+131+17=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 17 (7.03% from 255 or 4.70% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D68311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68311 is #297CEE. Grayscale: #8F8F8F. Windows color (decimal): -2718959 or 1147862. OLE color: 1147862.

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

Color convert

RGB 214 131 17 -
CMYK 0 0.39 0.92 0.16
HSL 34.72º 0.85% 0.45% -
HSV(B) 34.72º 0.92% 0.84% -
XYZ 35.95 30.57 4.54 -
YUV 142.82 57 178.77 -
System Red Green Blue C M Y K H S L
Decimal 214 131 17 0 0.39 0.92 0.16 34.72 0.85 0.45
Hex D6 83 11 0 27 5C 10 23 55 2D
Octal 326 203 21 0 47 134 20 43 125 55
Binary 11010110 10000011 10001 0 100111 1011100 10000 100011 1010101 101101

Color Harmonies of #D68311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68311

Black with #D68311

Text Example


Text Example

White with #D68311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68311; }

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

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

background-color css

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

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

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

border-color css

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

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

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