Html Css Color HEX #D67916 Ochre

📋 copy color: '#D67916'

red 214 ◦ green 121 ◦ blue 22

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

Shades of Ochre #D67916

Tints of Ochre #D67916

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.89%

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

R = 59.94%
G = 33.89%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D67916 (or 0xD67916) is known color: Ochre. HEX triplet: D6, 79 and 16. RGB value is (214,121,22). Sum of RGB (Red+Green+Blue) = 214+121+22=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D67916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67916 is #2986E9. Grayscale: #8A8A8A. Windows color (decimal): -2721514 or 1472982. OLE color: 1472982.

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

Color convert

RGB 214 121 22 -
CMYK 0 0.43 0.90 0.16
HSL 30.94º 0.81% 0.46% -
HSV(B) 30.94º 0.9% 0.84% -
XYZ 34.71 28.03 4.34 -
YUV 137.52 62.81 182.55 -
System Red Green Blue C M Y K H S L
Decimal 214 121 22 0 0.43 0.90 0.16 30.94 0.81 0.46
Hex D6 79 16 0 2B 5A 10 1F 51 2E
Octal 326 171 26 0 53 132 20 37 121 56
Binary 11010110 1111001 10110 0 101011 1011010 10000 11111 1010001 101110

Color Harmonies of #D67916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67916

Black with #D67916

Text Example


Text Example

White with #D67916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67916; }

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

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

background-color css

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

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

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

border-color css

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

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

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