Html Css Color HEX #D37B25 Ochre

📋 copy color: '#D37B25'

red 211 ◦ green 123 ◦ blue 37

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

Shades of Ochre #D37B25

Tints of Ochre #D37B25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.97%

R = 56.87%
G = 33.15%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D37B25 (or 0xD37B25) is known color: Ochre. HEX triplet: D3, 7B and 25. RGB value is (211,123,37). Sum of RGB (Red+Green+Blue) = 211+123+37=371 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.87% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 37 (14.84% from 255 or 9.97% from 371); Max value from RGB is 211 - color contains mainly: red. Hex color #D37B25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37B25 is #2C84DA. Grayscale: #8B8B8B. Windows color (decimal): -2917595 or 2456531. OLE color: 2456531.

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

Color convert

RGB 211 123 37 -
CMYK 0 0.42 0.82 0.17
HSL 29.66º 0.7% 0.49% -
HSV(B) 29.66º 0.82% 0.83% -
XYZ 34.28 28.15 5.38 -
YUV 139.51 70.15 178.99 -
System Red Green Blue C M Y K H S L
Decimal 211 123 37 0 0.42 0.82 0.17 29.66 0.7 0.49
Hex D3 7B 25 0 2A 52 11 1E 46 31
Octal 323 173 45 0 52 122 21 36 106 61
Binary 11010011 1111011 100101 0 101010 1010010 10001 11110 1000110 110001

Color Harmonies of #D37B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37B25

Black with #D37B25

Text Example


Text Example

White with #D37B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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