#d67d26

Color #D67D26 Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #D67D26

Tints of Ochre #D67D26

Color information

#D67D26 (or 0xD67D26) is unknown color: approx Ochre. HEX triplet: D6, 7D and 26. RGB value is (214,125,38). Sum of RGB (Red+Green+Blue) = 214+125+38=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 38 (15.23% from 255 or 10.08% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D67D26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67D26 is #2982D9. Grayscale: #8E8E8E. Windows color (decimal): -2720474 or 2522582. OLE color: 2522582.

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

Color convert

RGB21412538-
CMYK00.420.820.16
HSL29.66º69.84%49.41%-
HSV(B)29.66º82.24%83.92%-
XYZ35.4229.15.58-
YUV141.6969.49179.57-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.76%
GREEN value IS 125 (49.22% from 255) = 33.16%
BLUE value IS 38 (15.23% from 255) = 10.08%
R=56.76%
G=33.16%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141253800.420.820.1629.6669.8449.41
HexD67D2602A52101e4631
Octal32617546052122203610661
Binary1101011011111011001100101010101001010000111101000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d67d26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d67d26; }

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

 H1.HeaderClassName
 {
   color: #d67d26;
 }
 .AnyTagClassName
 {
   color: #d67d26;
 }
</style>
background-color css

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

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

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

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

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

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