Html Css Color HEX #D67C14 Ochre

📋 copy color: '#D67C14'

red 214 ◦ green 124 ◦ blue 20

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

Shades of Ochre #D67C14

Tints of Ochre #D67C14

RGB

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

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

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

R = 59.78%
G = 34.64%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D67C14 (or 0xD67C14) is known color: Ochre. HEX triplet: D6, 7C and 14. RGB value is (214,124,20). Sum of RGB (Red+Green+Blue) = 214+124+20=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 20 (8.20% from 255 or 5.59% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D67C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67C14 is #2983EB. Grayscale: #8B8B8B. Windows color (decimal): -2720748 or 1342678. OLE color: 1342678.

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

Color convert

RGB 214 124 20 -
CMYK 0 0.42 0.91 0.16
HSL 32.16º 0.83% 0.46% -
HSV(B) 32.16º 0.91% 0.84% -
XYZ 35.07 28.76 4.37 -
YUV 139.05 60.82 181.46 -
System Red Green Blue C M Y K H S L
Decimal 214 124 20 0 0.42 0.91 0.16 32.16 0.83 0.46
Hex D6 7C 14 0 2A 5B 10 20 53 2E
Octal 326 174 24 0 52 133 20 40 123 56
Binary 11010110 1111100 10100 0 101010 1011011 10000 100000 1010011 101110

Color Harmonies of #D67C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67C14

Black with #D67C14

Text Example


Text Example

White with #D67C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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