Html Css Color HEX #DA7B1E Ochre

📋 copy color: '#DA7B1E'

red 218 ◦ green 123 ◦ blue 30

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

Shades of Ochre #DA7B1E

Tints of Ochre #DA7B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.09%

R = 58.76%
G = 33.15%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA7B1E (or 0xDA7B1E) is known color: Ochre. HEX triplet: DA, 7B and 1E. RGB value is (218,123,30). Sum of RGB (Red+Green+Blue) = 218+123+30=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7B1E is #2584E1. Grayscale: #8D8D8D. Windows color (decimal): -2458850 or 1997786. OLE color: 1997786.

HSL color Cylindrical-coordinate representation of color #DA7B1E: hue angle of 29.68º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA7B1E is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 123 30 -
CMYK 0 0.44 0.86 0.15
HSL 29.68º 0.76% 0.49% -
HSV(B) 29.68º 0.86% 0.85% -
XYZ 36.23 29.17 4.95 -
YUV 140.8 65.47 183.06 -
System Red Green Blue C M Y K H S L
Decimal 218 123 30 0 0.44 0.86 0.15 29.68 0.76 0.49
Hex DA 7B 1E 0 2C 56 F 1E 4C 31
Octal 332 173 36 0 54 126 17 36 114 61
Binary 11011010 1111011 11110 0 101100 1010110 1111 11110 1001100 110001

Color Harmonies of #DA7B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7B1E

Black with #DA7B1E

Text Example


Text Example

White with #DA7B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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