Html Css Color HEX #D37B1B Ochre

📋 copy color: '#D37B1B'

red 211 ◦ green 123 ◦ blue 27

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

Shades of Ochre #D37B1B

Tints of Ochre #D37B1B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.07%

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

R = 58.45%
G = 34.07%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D37B1B (or 0xD37B1B) is known color: Ochre. HEX triplet: D3, 7B and 1B. RGB value is (211,123,27). Sum of RGB (Red+Green+Blue) = 211+123+27=361 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.45% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 27 (10.94% from 255 or 7.48% from 361); Max value from RGB is 211 - color contains mainly: red. Hex color #D37B1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37B1B is #2C84E4. Grayscale: #8A8A8A. Windows color (decimal): -2917605 or 1801171. OLE color: 1801171.

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

Color convert

RGB 211 123 27 -
CMYK 0 0.42 0.87 0.17
HSL 31.3º 0.77% 0.47% -
HSV(B) 31.3º 0.87% 0.83% -
XYZ 34.14 28.09 4.66 -
YUV 138.37 65.15 179.81 -
System Red Green Blue C M Y K H S L
Decimal 211 123 27 0 0.42 0.87 0.17 31.3 0.77 0.47
Hex D3 7B 1B 0 2A 57 11 1F 4D 2F
Octal 323 173 33 0 52 127 21 37 115 57
Binary 11010011 1111011 11011 0 101010 1010111 10001 11111 1001101 101111

Color Harmonies of #D37B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37B1B

Black with #D37B1B

Text Example


Text Example

White with #D37B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37B1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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