Html Css Color HEX #D37919 Ochre

📋 copy color: '#D37919'

red 211 ◦ green 121 ◦ blue 25

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

Shades of Ochre #D37919

Tints of Ochre #D37919

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.89%

 BLUE value IS 25 (10.16% from 255) = 7%

R = 59.1%
G = 33.89%
B = 7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D37919 (or 0xD37919) is known color: Ochre. HEX triplet: D3, 79 and 19. RGB value is (211,121,25). Sum of RGB (Red+Green+Blue) = 211+121+25=357 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.10% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 25 (10.16% from 255 or 7.00% from 357); Max value from RGB is 211 - color contains mainly: red. Hex color #D37919 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37919 is #2C86E6. Grayscale: #898989. Windows color (decimal): -2918119 or 1669587. OLE color: 1669587.

HSL color Cylindrical-coordinate representation of color #D37919: hue angle of 30.97º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D37919 is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 121 25 -
CMYK 0 0.43 0.88 0.17
HSL 30.97º 0.79% 0.46% -
HSV(B) 30.97º 0.88% 0.83% -
XYZ 33.88 27.59 4.46 -
YUV 136.97 64.82 180.81 -
System Red Green Blue C M Y K H S L
Decimal 211 121 25 0 0.43 0.88 0.17 30.97 0.79 0.46
Hex D3 79 19 0 2B 58 11 1F 4F 2E
Octal 323 171 31 0 53 130 21 37 117 56
Binary 11010011 1111001 11001 0 101011 1011000 10001 11111 1001111 101110

Color Harmonies of #D37919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37919

Black with #D37919

Text Example


Text Example

White with #D37919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37919; }

 p { color: rgb(211,121,25); }

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

background-color css

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

 a { background-color: rgb(211,121,25); }

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

border-color css

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

 span { border-color: rgb(211,121,25); }

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