Html Css Color HEX #D68312 Ochre

📋 copy color: '#D68312'

red 214 ◦ green 131 ◦ blue 18

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

Shades of Ochre #D68312

Tints of Ochre #D68312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.96%

R = 58.95%
G = 36.09%
B = 4.96%

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

#D68312 (or 0xD68312) is known color: Ochre. HEX triplet: D6, 83 and 12. RGB value is (214,131,18). Sum of RGB (Red+Green+Blue) = 214+131+18=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 18 (7.42% from 255 or 4.96% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D68312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68312 is #297CED. Grayscale: #8F8F8F. Windows color (decimal): -2718958 or 1213398. OLE color: 1213398.

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

Color convert

RGB 214 131 18 -
CMYK 0 0.39 0.92 0.16
HSL 34.59º 0.84% 0.45% -
HSV(B) 34.59º 0.92% 0.84% -
XYZ 35.96 30.57 4.58 -
YUV 142.94 57.5 178.69 -
System Red Green Blue C M Y K H S L
Decimal 214 131 18 0 0.39 0.92 0.16 34.59 0.84 0.45
Hex D6 83 12 0 27 5C 10 23 54 2D
Octal 326 203 22 0 47 134 20 43 124 55
Binary 11010110 10000011 10010 0 100111 1011100 10000 100011 1010100 101101

Color Harmonies of #D68312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68312

Black with #D68312

Text Example


Text Example

White with #D68312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68312; }

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

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

background-color css

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

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

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

border-color css

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

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

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