Html Css Color HEX #D67C17 Ochre

📋 copy color: '#D67C17'

red 214 ◦ green 124 ◦ blue 23

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

Shades of Ochre #D67C17

Tints of Ochre #D67C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.37%

R = 59.28%
G = 34.35%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D67C17 (or 0xD67C17) is known color: Ochre. HEX triplet: D6, 7C and 17. RGB value is (214,124,23). Sum of RGB (Red+Green+Blue) = 214+124+23=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 23 (9.38% from 255 or 6.37% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D67C17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67C17 is #2983E8. Grayscale: #8B8B8B. Windows color (decimal): -2720745 or 1539286. OLE color: 1539286.

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

Color convert

RGB 214 124 23 -
CMYK 0 0.42 0.89 0.16
HSL 31.73º 0.81% 0.46% -
HSV(B) 31.73º 0.89% 0.84% -
XYZ 35.09 28.77 4.51 -
YUV 139.4 62.32 181.21 -
System Red Green Blue C M Y K H S L
Decimal 214 124 23 0 0.42 0.89 0.16 31.73 0.81 0.46
Hex D6 7C 17 0 2A 59 10 20 51 2E
Octal 326 174 27 0 52 131 20 40 121 56
Binary 11010110 1111100 10111 0 101010 1011001 10000 100000 1010001 101110

Color Harmonies of #D67C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67C17

Black with #D67C17

Text Example


Text Example

White with #D67C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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