Html Css Color HEX #D67A17 Ochre

📋 copy color: '#D67A17'

red 214 ◦ green 122 ◦ blue 23

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

Shades of Ochre #D67A17

Tints of Ochre #D67A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.41%

R = 59.61%
G = 33.98%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D67A17 (or 0xD67A17) is known color: Ochre. HEX triplet: D6, 7A and 17. RGB value is (214,122,23). Sum of RGB (Red+Green+Blue) = 214+122+23=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 23 (9.38% from 255 or 6.41% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67A17 is #2985E8. Grayscale: #8A8A8A. Windows color (decimal): -2721257 or 1538774. OLE color: 1538774.

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

Color convert

RGB 214 122 23 -
CMYK 0 0.43 0.89 0.16
HSL 31.1º 0.81% 0.46% -
HSV(B) 31.1º 0.89% 0.84% -
XYZ 34.85 28.28 4.43 -
YUV 138.22 62.98 182.05 -
System Red Green Blue C M Y K H S L
Decimal 214 122 23 0 0.43 0.89 0.16 31.1 0.81 0.46
Hex D6 7A 17 0 2B 59 10 1F 51 2E
Octal 326 172 27 0 53 131 20 37 121 56
Binary 11010110 1111010 10111 0 101011 1011001 10000 11111 1010001 101110

Color Harmonies of #D67A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67A17

Black with #D67A17

Text Example


Text Example

White with #D67A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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