Html Css Color HEX #DA7D1C Ochre

📋 copy color: '#DA7D1C'

red 218 ◦ green 125 ◦ blue 28

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

Shades of Ochre #DA7D1C

Tints of Ochre #DA7D1C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.69%

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

R = 58.76%
G = 33.69%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA7D1C (or 0xDA7D1C) is known color: Ochre. HEX triplet: DA, 7D and 1C. RGB value is (218,125,28). Sum of RGB (Red+Green+Blue) = 218+125+28=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 28 (11.33% from 255 or 7.55% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7D1C is #2582E3. Grayscale: #8E8E8E. Windows color (decimal): -2458340 or 1867226. OLE color: 1867226.

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

Color convert

RGB 218 125 28 -
CMYK 0 0.43 0.87 0.15
HSL 30.63º 0.77% 0.48% -
HSV(B) 30.63º 0.87% 0.85% -
XYZ 36.46 29.66 4.9 -
YUV 141.75 63.81 182.39 -
System Red Green Blue C M Y K H S L
Decimal 218 125 28 0 0.43 0.87 0.15 30.63 0.77 0.48
Hex DA 7D 1C 0 2B 57 F 1F 4D 30
Octal 332 175 34 0 53 127 17 37 115 60
Binary 11011010 1111101 11100 0 101011 1010111 1111 11111 1001101 110000

Color Harmonies of #DA7D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7D1C

Black with #DA7D1C

Text Example


Text Example

White with #DA7D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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