Html Css Color HEX #D18323 Ochre

📋 copy color: '#D18323'

red 209 ◦ green 131 ◦ blue 35

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

Shades of Ochre #D18323

Tints of Ochre #D18323

RGB

 RED value IS 209 (82.03% from 255) = 55.73%

 GREEN value IS 131 (51.56% from 255) = 34.93%

 BLUE value IS 35 (14.06% from 255) = 9.33%

R = 55.73%
G = 34.93%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D18323 (or 0xD18323) is known color: Ochre. HEX triplet: D1, 83 and 23. RGB value is (209,131,35). Sum of RGB (Red+Green+Blue) = 209+131+35=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 35 (14.06% from 255 or 9.33% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D18323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18323 is #2E7CDC. Grayscale: #8F8F8F. Windows color (decimal): -3046621 or 2327505. OLE color: 2327505.

HSL color Cylindrical-coordinate representation of color #D18323: hue angle of 33.1º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D18323 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 131 35 -
CMYK 0 0.37 0.83 0.18
HSL 33.1º 0.71% 0.48% -
HSV(B) 33.1º 0.83% 0.82% -
XYZ 34.71 29.91 5.53 -
YUV 143.38 66.84 174.81 -
System Red Green Blue C M Y K H S L
Decimal 209 131 35 0 0.37 0.83 0.18 33.1 0.71 0.48
Hex D1 83 23 0 25 53 12 21 47 30
Octal 321 203 43 0 45 123 22 41 107 60
Binary 11010001 10000011 100011 0 100101 1010011 10010 100001 1000111 110000

Color Harmonies of #D18323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18323

Black with #D18323

Text Example


Text Example

White with #D18323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18323; }

 p { color: rgb(209,131,35); }

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

background-color css

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

 a { background-color: rgb(209,131,35); }

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

border-color css

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

 span { border-color: rgb(209,131,35); }

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