Html Css Color HEX #D67F12 Ochre

📋 copy color: '#D67F12'

red 214 ◦ green 127 ◦ blue 18

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

Shades of Ochre #D67F12

Tints of Ochre #D67F12

RGB

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

 GREEN value IS 127 (50% from 255) = 35.38%

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

R = 59.61%
G = 35.38%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D67F12 (or 0xD67F12) is known color: Ochre. HEX triplet: D6, 7F and 12. RGB value is (214,127,18). Sum of RGB (Red+Green+Blue) = 214+127+18=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 18 (7.42% from 255 or 5.01% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D67F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67F12 is #2980ED. Grayscale: #8D8D8D. Windows color (decimal): -2719982 or 1212374. OLE color: 1212374.

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

Color convert

RGB 214 127 18 -
CMYK 0 0.41 0.92 0.16
HSL 33.37º 0.84% 0.45% -
HSV(B) 33.37º 0.92% 0.84% -
XYZ 35.43 29.52 4.4 -
YUV 140.59 58.82 180.36 -
System Red Green Blue C M Y K H S L
Decimal 214 127 18 0 0.41 0.92 0.16 33.37 0.84 0.45
Hex D6 7F 12 0 29 5C 10 21 54 2D
Octal 326 177 22 0 51 134 20 41 124 55
Binary 11010110 1111111 10010 0 101001 1011100 10000 100001 1010100 101101

Color Harmonies of #D67F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67F12

Black with #D67F12

Text Example


Text Example

White with #D67F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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