Html Css Color HEX #D67A16 Ochre

📋 copy color: '#D67A16'

red 214 ◦ green 122 ◦ blue 22

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

Shades of Ochre #D67A16

Tints of Ochre #D67A16

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.08%

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

R = 59.78%
G = 34.08%
B = 6.15%

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

#D67A16 (or 0xD67A16) is known color: Ochre. HEX triplet: D6, 7A and 16. RGB value is (214,122,22). Sum of RGB (Red+Green+Blue) = 214+122+22=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 22 (8.98% from 255 or 6.15% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67A16 is #2985E9. Grayscale: #8A8A8A. Windows color (decimal): -2721258 or 1473238. OLE color: 1473238.

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

Color convert

RGB 214 122 22 -
CMYK 0 0.43 0.90 0.16
HSL 31.25º 0.81% 0.46% -
HSV(B) 31.25º 0.9% 0.84% -
XYZ 34.84 28.27 4.38 -
YUV 138.11 62.48 182.13 -
System Red Green Blue C M Y K H S L
Decimal 214 122 22 0 0.43 0.90 0.16 31.25 0.81 0.46
Hex D6 7A 16 0 2B 5A 10 1F 51 2E
Octal 326 172 26 0 53 132 20 37 121 56
Binary 11010110 1111010 10110 0 101011 1011010 10000 11111 1010001 101110

Color Harmonies of #D67A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67A16

Black with #D67A16

Text Example


Text Example

White with #D67A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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