Html Css Color HEX #D67616 Ochre

📋 copy color: '#D67616'

red 214 ◦ green 118 ◦ blue 22

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

Shades of Ochre #D67616

Tints of Ochre #D67616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.21%

R = 60.45%
G = 33.33%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D67616 (or 0xD67616) is known color: Ochre. HEX triplet: D6, 76 and 16. RGB value is (214,118,22). Sum of RGB (Red+Green+Blue) = 214+118+22=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 22 (8.98% from 255 or 6.21% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D67616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67616 is #2989E9. Grayscale: #888888. Windows color (decimal): -2722282 or 1472214. OLE color: 1472214.

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

Color convert

RGB 214 118 22 -
CMYK 0 0.45 0.90 0.16
HSL 30º 0.81% 0.46% -
HSV(B) 30º 0.9% 0.84% -
XYZ 34.35 27.31 4.22 -
YUV 135.76 63.8 183.81 -
System Red Green Blue C M Y K H S L
Decimal 214 118 22 0 0.45 0.90 0.16 30 0.81 0.46
Hex D6 76 16 0 2D 5A 10 1E 51 2E
Octal 326 166 26 0 55 132 20 36 121 56
Binary 11010110 1110110 10110 0 101101 1011010 10000 11110 1010001 101110

Color Harmonies of #D67616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67616

Black with #D67616

Text Example


Text Example

White with #D67616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67616; }

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

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

background-color css

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

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

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

border-color css

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

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

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