Html Css Color HEX #D67A26 Ochre

📋 copy color: '#D67A26'

red 214 ◦ green 122 ◦ blue 38

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

Shades of Ochre #D67A26

Tints of Ochre #D67A26

RGB

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

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

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

R = 57.22%
G = 32.62%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D67A26 (or 0xD67A26) is known color: Ochre. HEX triplet: D6, 7A and 26. RGB value is (214,122,38). Sum of RGB (Red+Green+Blue) = 214+122+38=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 38 (15.23% from 255 or 10.16% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67A26 is #2985D9. Grayscale: #8C8C8C. Windows color (decimal): -2721242 or 2521814. OLE color: 2521814.

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

Color convert

RGB 214 122 38 -
CMYK 0 0.43 0.82 0.16
HSL 28.64º 0.7% 0.49% -
HSV(B) 28.64º 0.82% 0.84% -
XYZ 35.04 28.36 5.46 -
YUV 139.93 70.48 180.83 -
System Red Green Blue C M Y K H S L
Decimal 214 122 38 0 0.43 0.82 0.16 28.64 0.7 0.49
Hex D6 7A 26 0 2B 52 10 1D 46 31
Octal 326 172 46 0 53 122 20 35 106 61
Binary 11010110 1111010 100110 0 101011 1010010 10000 11101 1000110 110001

Color Harmonies of #D67A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67A26

Black with #D67A26

Text Example


Text Example

White with #D67A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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