Html Css Color HEX #DA7B1A Ochre

📋 copy color: '#DA7B1A'

red 218 ◦ green 123 ◦ blue 26

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

Shades of Ochre #DA7B1A

Tints of Ochre #DA7B1A

RGB

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

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

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

R = 59.4%
G = 33.51%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA7B1A (or 0xDA7B1A) is known color: Ochre. HEX triplet: DA, 7B and 1A. RGB value is (218,123,26). Sum of RGB (Red+Green+Blue) = 218+123+26=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 26 (10.55% from 255 or 7.08% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7B1A is #2584E5. Grayscale: #8C8C8C. Windows color (decimal): -2458854 or 1735642. OLE color: 1735642.

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

Color convert

RGB 218 123 26 -
CMYK 0 0.44 0.88 0.15
HSL 30.31º 0.79% 0.48% -
HSV(B) 30.31º 0.88% 0.85% -
XYZ 36.18 29.15 4.7 -
YUV 140.35 63.47 183.39 -
System Red Green Blue C M Y K H S L
Decimal 218 123 26 0 0.44 0.88 0.15 30.31 0.79 0.48
Hex DA 7B 1A 0 2C 58 F 1E 4F 30
Octal 332 173 32 0 54 130 17 36 117 60
Binary 11011010 1111011 11010 0 101100 1011000 1111 11110 1001111 110000

Color Harmonies of #DA7B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7B1A

Black with #DA7B1A

Text Example


Text Example

White with #DA7B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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