Html Css Color HEX #D37F1B Ochre

📋 copy color: '#D37F1B'

red 211 ◦ green 127 ◦ blue 27

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

Shades of Ochre #D37F1B

Tints of Ochre #D37F1B

RGB

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

 GREEN value IS 127 (50% from 255) = 34.79%

 BLUE value IS 27 (10.94% from 255) = 7.4%

R = 57.81%
G = 34.79%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D37F1B (or 0xD37F1B) is known color: Ochre. HEX triplet: D3, 7F and 1B. RGB value is (211,127,27). Sum of RGB (Red+Green+Blue) = 211+127+27=365 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.81% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 27 (10.94% from 255 or 7.40% from 365); Max value from RGB is 211 - color contains mainly: red. Hex color #D37F1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37F1B is #2C80E4. Grayscale: #8D8D8D. Windows color (decimal): -2916581 or 1802195. OLE color: 1802195.

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

Color convert

RGB 211 127 27 -
CMYK 0 0.40 0.87 0.17
HSL 32.61º 0.77% 0.47% -
HSV(B) 32.61º 0.87% 0.83% -
XYZ 34.65 29.11 4.83 -
YUV 140.72 63.83 178.13 -
System Red Green Blue C M Y K H S L
Decimal 211 127 27 0 0.40 0.87 0.17 32.61 0.77 0.47
Hex D3 7F 1B 0 28 57 11 21 4D 2F
Octal 323 177 33 0 50 127 21 41 115 57
Binary 11010011 1111111 11011 0 101000 1010111 10001 100001 1001101 101111

Color Harmonies of #D37F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37F1B

Black with #D37F1B

Text Example


Text Example

White with #D37F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37F1B; }

 p { color: rgb(211,127,27); }

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

background-color css

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

 a { background-color: rgb(211,127,27); }

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

border-color css

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

 span { border-color: rgb(211,127,27); }

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