Html Css Color HEX #DA7A1D Ochre

📋 copy color: '#DA7A1D'

red 218 ◦ green 122 ◦ blue 29

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

Shades of Ochre #DA7A1D

Tints of Ochre #DA7A1D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.06%

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

R = 59.08%
G = 33.06%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA7A1D (or 0xDA7A1D) is known color: Ochre. HEX triplet: DA, 7A and 1D. RGB value is (218,122,29). Sum of RGB (Red+Green+Blue) = 218+122+29=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 29 (11.72% from 255 or 7.86% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7A1D is #2585E2. Grayscale: #8C8C8C. Windows color (decimal): -2459107 or 1931994. OLE color: 1931994.

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

Color convert

RGB 218 122 29 -
CMYK 0 0.44 0.87 0.15
HSL 29.52º 0.77% 0.48% -
HSV(B) 29.52º 0.87% 0.85% -
XYZ 36.09 28.91 4.84 -
YUV 140.1 65.3 183.56 -
System Red Green Blue C M Y K H S L
Decimal 218 122 29 0 0.44 0.87 0.15 29.52 0.77 0.48
Hex DA 7A 1D 0 2C 57 F 1E 4D 30
Octal 332 172 35 0 54 127 17 36 115 60
Binary 11011010 1111010 11101 0 101100 1010111 1111 11110 1001101 110000

Color Harmonies of #DA7A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7A1D

Black with #DA7A1D

Text Example


Text Example

White with #DA7A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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