Html Css Color HEX #DA7E1F Ochre

📋 copy color: '#DA7E1F'

red 218 ◦ green 126 ◦ blue 31

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

Shades of Ochre #DA7E1F

Tints of Ochre #DA7E1F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.6%

 BLUE value IS 31 (12.5% from 255) = 8.27%

R = 58.13%
G = 33.6%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA7E1F (or 0xDA7E1F) is known color: Ochre. HEX triplet: DA, 7E and 1F. RGB value is (218,126,31). Sum of RGB (Red+Green+Blue) = 218+126+31=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 31 (12.5% from 255 or 8.27% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7E1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7E1F is #2581E0. Grayscale: #8F8F8F. Windows color (decimal): -2458081 or 2064090. OLE color: 2064090.

HSL color Cylindrical-coordinate representation of color #DA7E1F: hue angle of 30.48º degrees, saturation: 0.75, 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 #DA7E1F is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 126 31 -
CMYK 0 0.42 0.86 0.15
HSL 30.48º 0.75% 0.49% -
HSV(B) 30.48º 0.86% 0.85% -
XYZ 36.62 29.93 5.14 -
YUV 142.68 64.98 181.72 -
System Red Green Blue C M Y K H S L
Decimal 218 126 31 0 0.42 0.86 0.15 30.48 0.75 0.49
Hex DA 7E 1F 0 2A 56 F 1E 4B 31
Octal 332 176 37 0 52 126 17 36 113 61
Binary 11011010 1111110 11111 0 101010 1010110 1111 11110 1001011 110001

Color Harmonies of #DA7E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7E1F

Black with #DA7E1F

Text Example


Text Example

White with #DA7E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7E1F; }

 p { color: rgb(218,126,31); }

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

background-color css

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

 a { background-color: rgb(218,126,31); }

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

border-color css

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

 span { border-color: rgb(218,126,31); }

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