Html Css Color HEX #D68112 Ochre

📋 copy color: '#D68112'

red 214 ◦ green 129 ◦ blue 18

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

Shades of Ochre #D68112

Tints of Ochre #D68112

RGB

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

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

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

R = 59.28%
G = 35.73%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D68112 (or 0xD68112) is known color: Ochre. HEX triplet: D6, 81 and 12. RGB value is (214,129,18). Sum of RGB (Red+Green+Blue) = 214+129+18=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 18 (7.42% from 255 or 4.99% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D68112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68112 is #297EED. Grayscale: #8E8E8E. Windows color (decimal): -2719470 or 1212886. OLE color: 1212886.

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

Color convert

RGB 214 129 18 -
CMYK 0 0.40 0.92 0.16
HSL 33.98º 0.84% 0.45% -
HSV(B) 33.98º 0.92% 0.84% -
XYZ 35.69 30.04 4.49 -
YUV 141.76 58.16 179.53 -
System Red Green Blue C M Y K H S L
Decimal 214 129 18 0 0.40 0.92 0.16 33.98 0.84 0.45
Hex D6 81 12 0 28 5C 10 22 54 2D
Octal 326 201 22 0 50 134 20 42 124 55
Binary 11010110 10000001 10010 0 101000 1011100 10000 100010 1010100 101101

Color Harmonies of #D68112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68112

Black with #D68112

Text Example


Text Example

White with #D68112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68112; }

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

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

background-color css

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

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

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

border-color css

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

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

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