Html Css Color HEX #DA8323 Ochre

📋 copy color: '#DA8323'

red 218 ◦ green 131 ◦ blue 35

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

Shades of Ochre #DA8323

Tints of Ochre #DA8323

RGB

 RED value IS 218 (85.55% from 255) = 56.77%

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

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

R = 56.77%
G = 34.11%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA8323 (or 0xDA8323) is known color: Ochre. HEX triplet: DA, 83 and 23. RGB value is (218,131,35). Sum of RGB (Red+Green+Blue) = 218+131+35=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 35 (14.06% from 255 or 9.11% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8323 is #257CDC. Grayscale: #929292. Windows color (decimal): -2456797 or 2327514. OLE color: 2327514.

HSL color Cylindrical-coordinate representation of color #DA8323: hue angle of 31.48º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA8323 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 131 35 -
CMYK 0 0.40 0.84 0.15
HSL 31.48º 0.72% 0.5% -
HSV(B) 31.48º 0.84% 0.85% -
XYZ 37.33 31.26 5.66 -
YUV 146.07 65.32 179.31 -
System Red Green Blue C M Y K H S L
Decimal 218 131 35 0 0.40 0.84 0.15 31.48 0.72 0.5
Hex DA 83 23 0 28 54 F 1F 48 32
Octal 332 203 43 0 50 124 17 37 110 62
Binary 11011010 10000011 100011 0 101000 1010100 1111 11111 1001000 110010

Color Harmonies of #DA8323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8323

Black with #DA8323

Text Example


Text Example

White with #DA8323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8323; }

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

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

background-color css

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

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

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

border-color css

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

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

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