Html Css Color HEX #DA7B1C Ochre

📋 copy color: '#DA7B1C'

red 218 ◦ green 123 ◦ blue 28

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

Shades of Ochre #DA7B1C

Tints of Ochre #DA7B1C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.33%

 BLUE value IS 28 (11.33% from 255) = 7.59%

R = 59.08%
G = 33.33%
B = 7.59%

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

#DA7B1C (or 0xDA7B1C) is known color: Ochre. HEX triplet: DA, 7B and 1C. RGB value is (218,123,28). Sum of RGB (Red+Green+Blue) = 218+123+28=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 28 (11.33% from 255 or 7.59% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7B1C is #2584E3. Grayscale: #8D8D8D. Windows color (decimal): -2458852 or 1866714. OLE color: 1866714.

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

Color convert

RGB 218 123 28 -
CMYK 0 0.44 0.87 0.15
HSL 30º 0.77% 0.48% -
HSV(B) 30º 0.87% 0.85% -
XYZ 36.21 29.16 4.82 -
YUV 140.58 64.47 183.22 -
System Red Green Blue C M Y K H S L
Decimal 218 123 28 0 0.44 0.87 0.15 30 0.77 0.48
Hex DA 7B 1C 0 2C 57 F 1E 4D 30
Octal 332 173 34 0 54 127 17 36 115 60
Binary 11011010 1111011 11100 0 101100 1010111 1111 11110 1001101 110000

Color Harmonies of #DA7B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7B1C

Black with #DA7B1C

Text Example


Text Example

White with #DA7B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7B1C; }

 p { color: rgb(218,123,28); }

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

background-color css

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

 a { background-color: rgb(218,123,28); }

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

border-color css

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

 span { border-color: rgb(218,123,28); }

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