Html Css Color HEX #D37A1E Ochre

📋 copy color: '#D37A1E'

red 211 ◦ green 122 ◦ blue 30

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

Shades of Ochre #D37A1E

Tints of Ochre #D37A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.26%

R = 58.13%
G = 33.61%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D37A1E (or 0xD37A1E) is known color: Ochre. HEX triplet: D3, 7A and 1E. RGB value is (211,122,30). Sum of RGB (Red+Green+Blue) = 211+122+30=363 (48% of max value = 765). Red value is 211 (82.81% from 255 or 58.13% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 30 (12.11% from 255 or 8.26% from 363); Max value from RGB is 211 - color contains mainly: red. Hex color #D37A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37A1E is #2C85E1. Grayscale: #8A8A8A. Windows color (decimal): -2917858 or 1997523. OLE color: 1997523.

HSL color Cylindrical-coordinate representation of color #D37A1E: hue angle of 30.5º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D37A1E is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 122 30 -
CMYK 0 0.42 0.86 0.17
HSL 30.5º 0.75% 0.47% -
HSV(B) 30.5º 0.86% 0.83% -
XYZ 34.06 27.86 4.81 -
YUV 138.12 66.99 179.98 -
System Red Green Blue C M Y K H S L
Decimal 211 122 30 0 0.42 0.86 0.17 30.5 0.75 0.47
Hex D3 7A 1E 0 2A 56 11 1E 4B 2F
Octal 323 172 36 0 52 126 21 36 113 57
Binary 11010011 1111010 11110 0 101010 1010110 10001 11110 1001011 101111

Color Harmonies of #D37A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37A1E

Black with #D37A1E

Text Example


Text Example

White with #D37A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37A1E; }

 p { color: rgb(211,122,30); }

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

background-color css

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

 a { background-color: rgb(211,122,30); }

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

border-color css

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

 span { border-color: rgb(211,122,30); }

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