Html Css Color HEX #DA781D Ochre

📋 copy color: '#DA781D'

red 218 ◦ green 120 ◦ blue 29

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

Shades of Ochre #DA781D

Tints of Ochre #DA781D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.9%

R = 59.4%
G = 32.7%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA781D (or 0xDA781D) is known color: Ochre. HEX triplet: DA, 78 and 1D. RGB value is (218,120,29). Sum of RGB (Red+Green+Blue) = 218+120+29=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 29 (11.72% from 255 or 7.90% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA781D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA781D is #2587E2. Grayscale: #8B8B8B. Windows color (decimal): -2459619 or 1931482. OLE color: 1931482.

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

Color convert

RGB 218 120 29 -
CMYK 0 0.45 0.87 0.15
HSL 28.89º 0.77% 0.48% -
HSV(B) 28.89º 0.87% 0.85% -
XYZ 35.85 28.43 4.76 -
YUV 138.93 65.97 184.4 -
System Red Green Blue C M Y K H S L
Decimal 218 120 29 0 0.45 0.87 0.15 28.89 0.77 0.48
Hex DA 78 1D 0 2D 57 F 1D 4D 30
Octal 332 170 35 0 55 127 17 35 115 60
Binary 11011010 1111000 11101 0 101101 1010111 1111 11101 1001101 110000

Color Harmonies of #DA781D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA781D

Black with #DA781D

Text Example


Text Example

White with #DA781D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA781D; }

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

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

background-color css

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

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

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

border-color css

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

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

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