Html Css Color HEX #DA781A Ochre

📋 copy color: '#DA781A'

red 218 ◦ green 120 ◦ blue 26

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

Shades of Ochre #DA781A

Tints of Ochre #DA781A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.97%

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

R = 59.89%
G = 32.97%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA781A (or 0xDA781A) is known color: Ochre. HEX triplet: DA, 78 and 1A. RGB value is (218,120,26). Sum of RGB (Red+Green+Blue) = 218+120+26=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 120 (47.27% from 255 or 32.97% from 364); Blue value is 26 (10.55% from 255 or 7.14% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA781A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA781A is #2587E5. Grayscale: #8B8B8B. Windows color (decimal): -2459622 or 1734874. OLE color: 1734874.

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

Color convert

RGB 218 120 26 -
CMYK 0 0.45 0.88 0.15
HSL 29.38º 0.79% 0.48% -
HSV(B) 29.38º 0.88% 0.85% -
XYZ 35.82 28.41 4.57 -
YUV 138.59 64.47 184.64 -
System Red Green Blue C M Y K H S L
Decimal 218 120 26 0 0.45 0.88 0.15 29.38 0.79 0.48
Hex DA 78 1A 0 2D 58 F 1D 4F 30
Octal 332 170 32 0 55 130 17 35 117 60
Binary 11011010 1111000 11010 0 101101 1011000 1111 11101 1001111 110000

Color Harmonies of #DA781A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA781A

Black with #DA781A

Text Example


Text Example

White with #DA781A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA781A; }

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

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

background-color css

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

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

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

border-color css

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

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

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