Html Css Color HEX #DA8223 Ochre

📋 copy color: '#DA8223'

red 218 ◦ green 130 ◦ blue 35

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

Shades of Ochre #DA8223

Tints of Ochre #DA8223

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.94%

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

R = 56.92%
G = 33.94%
B = 9.14%

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

#DA8223 (or 0xDA8223) is known color: Ochre. HEX triplet: DA, 82 and 23. RGB value is (218,130,35). Sum of RGB (Red+Green+Blue) = 218+130+35=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 35 (14.06% from 255 or 9.14% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8223 is #257DDC. Grayscale: #919191. Windows color (decimal): -2457053 or 2327258. OLE color: 2327258.

HSL color Cylindrical-coordinate representation of color #DA8223: hue angle of 31.15º 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 #DA8223 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 130 35 -
CMYK 0 0.40 0.84 0.15
HSL 31.15º 0.72% 0.5% -
HSV(B) 31.15º 0.84% 0.85% -
XYZ 37.2 30.99 5.61 -
YUV 145.48 65.65 179.72 -
System Red Green Blue C M Y K H S L
Decimal 218 130 35 0 0.40 0.84 0.15 31.15 0.72 0.5
Hex DA 82 23 0 28 54 F 1F 48 32
Octal 332 202 43 0 50 124 17 37 110 62
Binary 11011010 10000010 100011 0 101000 1010100 1111 11111 1001000 110010

Color Harmonies of #DA8223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8223

Black with #DA8223

Text Example


Text Example

White with #DA8223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8223; }

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

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

background-color css

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

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

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

border-color css

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

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

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