Html Css Color HEX #D68512 Ochre

📋 copy color: '#D68512'

red 214 ◦ green 133 ◦ blue 18

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

Shades of Ochre #D68512

Tints of Ochre #D68512

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.44%

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

R = 58.63%
G = 36.44%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D68512 (or 0xD68512) is known color: Ochre. HEX triplet: D6, 85 and 12. RGB value is (214,133,18). Sum of RGB (Red+Green+Blue) = 214+133+18=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 18 (7.42% from 255 or 4.93% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D68512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68512 is #297AED. Grayscale: #909090. Windows color (decimal): -2718446 or 1213910. OLE color: 1213910.

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

Color convert

RGB 214 133 18 -
CMYK 0 0.38 0.92 0.16
HSL 35.2º 0.84% 0.45% -
HSV(B) 35.2º 0.92% 0.84% -
XYZ 36.23 31.11 4.67 -
YUV 144.11 56.84 177.85 -
System Red Green Blue C M Y K H S L
Decimal 214 133 18 0 0.38 0.92 0.16 35.2 0.84 0.45
Hex D6 85 12 0 26 5C 10 23 54 2D
Octal 326 205 22 0 46 134 20 43 124 55
Binary 11010110 10000101 10010 0 100110 1011100 10000 100011 1010100 101101

Color Harmonies of #D68512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68512

Black with #D68512

Text Example


Text Example

White with #D68512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68512; }

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

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

background-color css

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

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

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

border-color css

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

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

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