Html Css Color HEX #D68416 Ochre

📋 copy color: '#D68416'

red 214 ◦ green 132 ◦ blue 22

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

Shades of Ochre #D68416

Tints of Ochre #D68416

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.87%

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

R = 58.15%
G = 35.87%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D68416 (or 0xD68416) is known color: Ochre. HEX triplet: D6, 84 and 16. RGB value is (214,132,22). Sum of RGB (Red+Green+Blue) = 214+132+22=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 22 (8.98% from 255 or 5.98% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D68416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68416 is #297BE9. Grayscale: #909090. Windows color (decimal): -2718698 or 1475798. OLE color: 1475798.

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

Color convert

RGB 214 132 22 -
CMYK 0 0.38 0.90 0.16
HSL 34.38º 0.81% 0.46% -
HSV(B) 34.38º 0.9% 0.84% -
XYZ 36.13 30.86 4.81 -
YUV 143.98 59.17 177.94 -
System Red Green Blue C M Y K H S L
Decimal 214 132 22 0 0.38 0.90 0.16 34.38 0.81 0.46
Hex D6 84 16 0 26 5A 10 22 51 2E
Octal 326 204 26 0 46 132 20 42 121 56
Binary 11010110 10000100 10110 0 100110 1011010 10000 100010 1010001 101110

Color Harmonies of #D68416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68416

Black with #D68416

Text Example


Text Example

White with #D68416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68416; }

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

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

background-color css

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

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

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

border-color css

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

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

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