Html Css Color HEX #D18023 Ochre

📋 copy color: '#D18023'

red 209 ◦ green 128 ◦ blue 35

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

Shades of Ochre #D18023

Tints of Ochre #D18023

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.41%

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

R = 56.18%
G = 34.41%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D18023 (or 0xD18023) is known color: Ochre. HEX triplet: D1, 80 and 23. RGB value is (209,128,35). Sum of RGB (Red+Green+Blue) = 209+128+35=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 35 (14.06% from 255 or 9.41% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D18023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18023 is #2E7FDC. Grayscale: #8E8E8E. Windows color (decimal): -3047389 or 2326737. OLE color: 2326737.

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

Color convert

RGB 209 128 35 -
CMYK 0 0.39 0.83 0.18
HSL 32.07º 0.71% 0.48% -
HSV(B) 32.07º 0.83% 0.82% -
XYZ 34.32 29.12 5.4 -
YUV 141.62 67.84 176.06 -
System Red Green Blue C M Y K H S L
Decimal 209 128 35 0 0.39 0.83 0.18 32.07 0.71 0.48
Hex D1 80 23 0 27 53 12 20 47 30
Octal 321 200 43 0 47 123 22 40 107 60
Binary 11010001 10000000 100011 0 100111 1010011 10010 100000 1000111 110000

Color Harmonies of #D18023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18023

Black with #D18023

Text Example


Text Example

White with #D18023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18023; }

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

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

background-color css

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

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

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

border-color css

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

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

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