Html Css Color HEX #D67617 Ochre

📋 copy color: '#D67617'

red 214 ◦ green 118 ◦ blue 23

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

Shades of Ochre #D67617

Tints of Ochre #D67617

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.24%

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

R = 60.28%
G = 33.24%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D67617 (or 0xD67617) is known color: Ochre. HEX triplet: D6, 76 and 17. RGB value is (214,118,23). Sum of RGB (Red+Green+Blue) = 214+118+23=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 23 (9.38% from 255 or 6.48% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D67617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67617 is #2989E8. Grayscale: #888888. Windows color (decimal): -2722281 or 1537750. OLE color: 1537750.

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

Color convert

RGB 214 118 23 -
CMYK 0 0.45 0.89 0.16
HSL 29.84º 0.81% 0.46% -
HSV(B) 29.84º 0.89% 0.84% -
XYZ 34.36 27.31 4.27 -
YUV 135.87 64.3 183.72 -
System Red Green Blue C M Y K H S L
Decimal 214 118 23 0 0.45 0.89 0.16 29.84 0.81 0.46
Hex D6 76 17 0 2D 59 10 1E 51 2E
Octal 326 166 27 0 55 131 20 36 121 56
Binary 11010110 1110110 10111 0 101101 1011001 10000 11110 1010001 101110

Color Harmonies of #D67617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67617

Black with #D67617

Text Example


Text Example

White with #D67617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67617; }

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

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

background-color css

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

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

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

border-color css

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

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

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