Html Css Color HEX #DA821A Ochre

📋 copy color: '#DA821A'

red 218 ◦ green 130 ◦ blue 26

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

Shades of Ochre #DA821A

Tints of Ochre #DA821A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.95%

R = 58.29%
G = 34.76%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA821A (or 0xDA821A) is known color: Ochre. HEX triplet: DA, 82 and 1A. RGB value is (218,130,26). Sum of RGB (Red+Green+Blue) = 218+130+26=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 26 (10.55% from 255 or 6.95% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA821A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA821A is #257DE5. Grayscale: #909090. Windows color (decimal): -2457062 or 1737434. OLE color: 1737434.

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

Color convert

RGB 218 130 26 -
CMYK 0 0.40 0.88 0.15
HSL 32.5º 0.79% 0.48% -
HSV(B) 32.5º 0.88% 0.85% -
XYZ 37.08 30.95 5 -
YUV 144.46 61.15 180.46 -
System Red Green Blue C M Y K H S L
Decimal 218 130 26 0 0.40 0.88 0.15 32.5 0.79 0.48
Hex DA 82 1A 0 28 58 F 20 4F 30
Octal 332 202 32 0 50 130 17 40 117 60
Binary 11011010 10000010 11010 0 101000 1011000 1111 100000 1001111 110000

Color Harmonies of #DA821A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA821A

Black with #DA821A

Text Example


Text Example

White with #DA821A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA821A; }

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

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

background-color css

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

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

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

border-color css

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

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

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