Html Css Color HEX #D67E14 Ochre

📋 copy color: '#D67E14'

red 214 ◦ green 126 ◦ blue 20

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

Shades of Ochre #D67E14

Tints of Ochre #D67E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.56%

R = 59.44%
G = 35%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D67E14 (or 0xD67E14) is known color: Ochre. HEX triplet: D6, 7E and 14. RGB value is (214,126,20). Sum of RGB (Red+Green+Blue) = 214+126+20=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 20 (8.20% from 255 or 5.56% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D67E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67E14 is #2981EB. Grayscale: #8C8C8C. Windows color (decimal): -2720236 or 1343190. OLE color: 1343190.

HSL color Cylindrical-coordinate representation of color #D67E14: hue angle of 32.78º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D67E14 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 126 20 -
CMYK 0 0.41 0.91 0.16
HSL 32.78º 0.83% 0.46% -
HSV(B) 32.78º 0.91% 0.84% -
XYZ 35.32 29.27 4.45 -
YUV 140.23 60.15 180.62 -
System Red Green Blue C M Y K H S L
Decimal 214 126 20 0 0.41 0.91 0.16 32.78 0.83 0.46
Hex D6 7E 14 0 29 5B 10 21 53 2E
Octal 326 176 24 0 51 133 20 41 123 56
Binary 11010110 1111110 10100 0 101001 1011011 10000 100001 1010011 101110

Color Harmonies of #D67E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67E14

Black with #D67E14

Text Example


Text Example

White with #D67E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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