Html Css Color HEX #DA8321 Ochre

📋 copy color: '#DA8321'

red 218 ◦ green 131 ◦ blue 33

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

Shades of Ochre #DA8321

Tints of Ochre #DA8321

RGB

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

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

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

R = 57.07%
G = 34.29%
B = 8.64%

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

#DA8321 (or 0xDA8321) is known color: Ochre. HEX triplet: DA, 83 and 21. RGB value is (218,131,33). Sum of RGB (Red+Green+Blue) = 218+131+33=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 33 (13.28% from 255 or 8.64% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8321 is #257CDE. Grayscale: #929292. Windows color (decimal): -2456799 or 2196442. OLE color: 2196442.

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

Color convert

RGB 218 131 33 -
CMYK 0 0.40 0.85 0.15
HSL 31.78º 0.74% 0.49% -
HSV(B) 31.78º 0.85% 0.85% -
XYZ 37.3 31.25 5.5 -
YUV 145.84 64.32 179.47 -
System Red Green Blue C M Y K H S L
Decimal 218 131 33 0 0.40 0.85 0.15 31.78 0.74 0.49
Hex DA 83 21 0 28 55 F 20 4A 31
Octal 332 203 41 0 50 125 17 40 112 61
Binary 11011010 10000011 100001 0 101000 1010101 1111 100000 1001010 110001

Color Harmonies of #DA8321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8321

Black with #DA8321

Text Example


Text Example

White with #DA8321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8321; }

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

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

background-color css

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

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

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

border-color css

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

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

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