Html Css Color HEX #D67C12 Ochre

📋 copy color: '#D67C12'

red 214 ◦ green 124 ◦ blue 18

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

Shades of Ochre #D67C12

Tints of Ochre #D67C12

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.83%

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

R = 60.11%
G = 34.83%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D67C12 (or 0xD67C12) is known color: Ochre. HEX triplet: D6, 7C and 12. RGB value is (214,124,18). Sum of RGB (Red+Green+Blue) = 214+124+18=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 18 (7.42% from 255 or 5.06% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D67C12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67C12 is #2983ED. Grayscale: #8B8B8B. Windows color (decimal): -2720750 or 1211606. OLE color: 1211606.

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

Color convert

RGB 214 124 18 -
CMYK 0 0.42 0.92 0.16
HSL 32.45º 0.84% 0.45% -
HSV(B) 32.45º 0.92% 0.84% -
XYZ 35.05 28.76 4.28 -
YUV 138.83 59.82 181.62 -
System Red Green Blue C M Y K H S L
Decimal 214 124 18 0 0.42 0.92 0.16 32.45 0.84 0.45
Hex D6 7C 12 0 2A 5C 10 20 54 2D
Octal 326 174 22 0 52 134 20 40 124 55
Binary 11010110 1111100 10010 0 101010 1011100 10000 100000 1010100 101101

Color Harmonies of #D67C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67C12

Black with #D67C12

Text Example


Text Example

White with #D67C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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