Html Css Color HEX #D37E26 Ochre

📋 copy color: '#D37E26'

red 211 ◦ green 126 ◦ blue 38

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

Shades of Ochre #D37E26

Tints of Ochre #D37E26

RGB

 RED value IS 211 (82.81% from 255) = 56.27%

 GREEN value IS 126 (49.61% from 255) = 33.6%

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

R = 56.27%
G = 33.6%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D37E26 (or 0xD37E26) is known color: Ochre. HEX triplet: D3, 7E and 26. RGB value is (211,126,38). Sum of RGB (Red+Green+Blue) = 211+126+38=375 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.27% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 38 (15.23% from 255 or 10.13% from 375); Max value from RGB is 211 - color contains mainly: red. Hex color #D37E26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37E26 is #2C81D9. Grayscale: #8D8D8D. Windows color (decimal): -2916826 or 2522835. OLE color: 2522835.

HSL color Cylindrical-coordinate representation of color #D37E26: hue angle of 30.52º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D37E26 is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 126 38 -
CMYK 0 0.40 0.82 0.17
HSL 30.52º 0.69% 0.49% -
HSV(B) 30.52º 0.82% 0.83% -
XYZ 34.67 28.91 5.59 -
YUV 141.38 69.66 177.66 -
System Red Green Blue C M Y K H S L
Decimal 211 126 38 0 0.40 0.82 0.17 30.52 0.69 0.49
Hex D3 7E 26 0 28 52 11 1F 45 31
Octal 323 176 46 0 50 122 21 37 105 61
Binary 11010011 1111110 100110 0 101000 1010010 10001 11111 1000101 110001

Color Harmonies of #D37E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37E26

Black with #D37E26

Text Example


Text Example

White with #D37E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37E26; }

 p { color: rgb(211,126,38); }

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

background-color css

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

 a { background-color: rgb(211,126,38); }

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

border-color css

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

 span { border-color: rgb(211,126,38); }

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