Html Css Color HEX #DA8221 Ochre

📋 copy color: '#DA8221'

red 218 ◦ green 130 ◦ blue 33

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

Shades of Ochre #DA8221

Tints of Ochre #DA8221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.66%

R = 57.22%
G = 34.12%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA8221 (or 0xDA8221) is known color: Ochre. HEX triplet: DA, 82 and 21. RGB value is (218,130,33). Sum of RGB (Red+Green+Blue) = 218+130+33=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 33 (13.28% from 255 or 8.66% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8221 is #257DDE. Grayscale: #919191. Windows color (decimal): -2457055 or 2196186. OLE color: 2196186.

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

Color convert

RGB 218 130 33 -
CMYK 0 0.40 0.85 0.15
HSL 31.46º 0.74% 0.49% -
HSV(B) 31.46º 0.85% 0.85% -
XYZ 37.17 30.98 5.46 -
YUV 145.25 64.65 179.89 -
System Red Green Blue C M Y K H S L
Decimal 218 130 33 0 0.40 0.85 0.15 31.46 0.74 0.49
Hex DA 82 21 0 28 55 F 1F 4A 31
Octal 332 202 41 0 50 125 17 37 112 61
Binary 11011010 10000010 100001 0 101000 1010101 1111 11111 1001010 110001

Color Harmonies of #DA8221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8221

Black with #DA8221

Text Example


Text Example

White with #DA8221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8221; }

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

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

background-color css

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

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

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

border-color css

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

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

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