Html Css Color HEX #DA801D Ochre

📋 copy color: '#DA801D'

red 218 ◦ green 128 ◦ blue 29

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

Shades of Ochre #DA801D

Tints of Ochre #DA801D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.13%

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

R = 58.13%
G = 34.13%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA801D (or 0xDA801D) is known color: Ochre. HEX triplet: DA, 80 and 1D. RGB value is (218,128,29). Sum of RGB (Red+Green+Blue) = 218+128+29=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 29 (11.72% from 255 or 7.73% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA801D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA801D is #257FE2. Grayscale: #909090. Windows color (decimal): -2457571 or 1933530. OLE color: 1933530.

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

Color convert

RGB 218 128 29 -
CMYK 0 0.41 0.87 0.15
HSL 31.43º 0.77% 0.48% -
HSV(B) 31.43º 0.87% 0.85% -
XYZ 36.85 30.43 5.09 -
YUV 143.62 63.32 181.05 -
System Red Green Blue C M Y K H S L
Decimal 218 128 29 0 0.41 0.87 0.15 31.43 0.77 0.48
Hex DA 80 1D 0 29 57 F 1F 4D 30
Octal 332 200 35 0 51 127 17 37 115 60
Binary 11011010 10000000 11101 0 101001 1010111 1111 11111 1001101 110000

Color Harmonies of #DA801D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA801D

Black with #DA801D

Text Example


Text Example

White with #DA801D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA801D; }

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

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

background-color css

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

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

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

border-color css

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

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

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