Html Css Color HEX #D67D16 Ochre

📋 copy color: '#D67D16'

red 214 ◦ green 125 ◦ blue 22

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

Shades of Ochre #D67D16

Tints of Ochre #D67D16

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.63%

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

R = 59.28%
G = 34.63%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D67D16 (or 0xD67D16) is known color: Ochre. HEX triplet: D6, 7D and 16. RGB value is (214,125,22). Sum of RGB (Red+Green+Blue) = 214+125+22=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D67D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67D16 is #2982E9. Grayscale: #8C8C8C. Windows color (decimal): -2720490 or 1474006. OLE color: 1474006.

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

Color convert

RGB 214 125 22 -
CMYK 0 0.42 0.90 0.16
HSL 32.19º 0.81% 0.46% -
HSV(B) 32.19º 0.9% 0.84% -
XYZ 35.21 29.02 4.5 -
YUV 139.87 61.49 180.88 -
System Red Green Blue C M Y K H S L
Decimal 214 125 22 0 0.42 0.90 0.16 32.19 0.81 0.46
Hex D6 7D 16 0 2A 5A 10 20 51 2E
Octal 326 175 26 0 52 132 20 40 121 56
Binary 11010110 1111101 10110 0 101010 1011010 10000 100000 1010001 101110

Color Harmonies of #D67D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67D16

Black with #D67D16

Text Example


Text Example

White with #D67D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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