Html Css Color HEX #D18123 Ochre

📋 copy color: '#D18123'

red 209 ◦ green 129 ◦ blue 35

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

Shades of Ochre #D18123

Tints of Ochre #D18123

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.58%

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

R = 56.03%
G = 34.58%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D18123 (or 0xD18123) is known color: Ochre. HEX triplet: D1, 81 and 23. RGB value is (209,129,35). Sum of RGB (Red+Green+Blue) = 209+129+35=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 35 (14.06% from 255 or 9.38% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D18123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18123 is #2E7EDC. Grayscale: #8E8E8E. Windows color (decimal): -3047133 or 2326993. OLE color: 2326993.

HSL color Cylindrical-coordinate representation of color #D18123: hue angle of 32.41º 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 #D18123 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 129 35 -
CMYK 0 0.38 0.83 0.18
HSL 32.41º 0.71% 0.48% -
HSV(B) 32.41º 0.83% 0.82% -
XYZ 34.45 29.38 5.44 -
YUV 142.2 67.5 175.64 -
System Red Green Blue C M Y K H S L
Decimal 209 129 35 0 0.38 0.83 0.18 32.41 0.71 0.48
Hex D1 81 23 0 26 53 12 20 47 30
Octal 321 201 43 0 46 123 22 40 107 60
Binary 11010001 10000001 100011 0 100110 1010011 10010 100000 1000111 110000

Color Harmonies of #D18123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18123

Black with #D18123

Text Example


Text Example

White with #D18123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18123; }

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

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

background-color css

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

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

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

border-color css

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

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

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