Html Css Color HEX #D67E12 Ochre

📋 copy color: '#D67E12'

red 214 ◦ green 126 ◦ blue 18

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

Shades of Ochre #D67E12

Tints of Ochre #D67E12

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.2%

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

R = 59.78%
G = 35.2%
B = 5.03%

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

#D67E12 (or 0xD67E12) is known color: Ochre. HEX triplet: D6, 7E and 12. RGB value is (214,126,18). Sum of RGB (Red+Green+Blue) = 214+126+18=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D67E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67E12 is #2981ED. Grayscale: #8C8C8C. Windows color (decimal): -2720238 or 1212118. OLE color: 1212118.

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

Color convert

RGB 214 126 18 -
CMYK 0 0.41 0.92 0.16
HSL 33.06º 0.84% 0.45% -
HSV(B) 33.06º 0.92% 0.84% -
XYZ 35.3 29.26 4.36 -
YUV 140 59.15 180.78 -
System Red Green Blue C M Y K H S L
Decimal 214 126 18 0 0.41 0.92 0.16 33.06 0.84 0.45
Hex D6 7E 12 0 29 5C 10 21 54 2D
Octal 326 176 22 0 51 134 20 41 124 55
Binary 11010110 1111110 10010 0 101001 1011100 10000 100001 1010100 101101

Color Harmonies of #D67E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67E12

Black with #D67E12

Text Example


Text Example

White with #D67E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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