Html Css Color HEX #D67C26 Ochre

📋 copy color: '#D67C26'

red 214 ◦ green 124 ◦ blue 38

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

Shades of Ochre #D67C26

Tints of Ochre #D67C26

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.98%

 BLUE value IS 38 (15.23% from 255) = 10.11%

R = 56.91%
G = 32.98%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D67C26 (or 0xD67C26) is known color: Ochre. HEX triplet: D6, 7C and 26. RGB value is (214,124,38). Sum of RGB (Red+Green+Blue) = 214+124+38=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 38 (15.23% from 255 or 10.11% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D67C26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67C26 is #2983D9. Grayscale: #8D8D8D. Windows color (decimal): -2720730 or 2522326. OLE color: 2522326.

HSL color Cylindrical-coordinate representation of color #D67C26: hue angle of 29.32º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D67C26 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 124 38 -
CMYK 0 0.42 0.82 0.16
HSL 29.32º 0.7% 0.49% -
HSV(B) 29.32º 0.82% 0.84% -
XYZ 35.29 28.85 5.54 -
YUV 141.11 69.82 179.99 -
System Red Green Blue C M Y K H S L
Decimal 214 124 38 0 0.42 0.82 0.16 29.32 0.7 0.49
Hex D6 7C 26 0 2A 52 10 1D 46 31
Octal 326 174 46 0 52 122 20 35 106 61
Binary 11010110 1111100 100110 0 101010 1010010 10000 11101 1000110 110001

Color Harmonies of #D67C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67C26

Black with #D67C26

Text Example


Text Example

White with #D67C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67C26; }

 p { color: rgb(214,124,38); }

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

background-color css

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

 a { background-color: rgb(214,124,38); }

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

border-color css

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

 span { border-color: rgb(214,124,38); }

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