Html Css Color HEX #DA8125 Ochre

📋 copy color: '#DA8125'

red 218 ◦ green 129 ◦ blue 37

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

Shades of Ochre #DA8125

Tints of Ochre #DA8125

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.59%

 BLUE value IS 37 (14.84% from 255) = 9.64%

R = 56.77%
G = 33.59%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA8125 (or 0xDA8125) is known color: Ochre. HEX triplet: DA, 81 and 25. RGB value is (218,129,37). Sum of RGB (Red+Green+Blue) = 218+129+37=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 37 (14.84% from 255 or 9.64% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8125 is #257EDA. Grayscale: #919191. Windows color (decimal): -2457307 or 2458074. OLE color: 2458074.

HSL color Cylindrical-coordinate representation of color #DA8125: hue angle of 30.5º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA8125 is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 129 37 -
CMYK 0 0.41 0.83 0.15
HSL 30.5º 0.71% 0.5% -
HSV(B) 30.5º 0.83% 0.85% -
XYZ 37.1 30.74 5.73 -
YUV 145.12 66.99 179.98 -
System Red Green Blue C M Y K H S L
Decimal 218 129 37 0 0.41 0.83 0.15 30.5 0.71 0.5
Hex DA 81 25 0 29 53 F 1E 47 32
Octal 332 201 45 0 51 123 17 36 107 62
Binary 11011010 10000001 100101 0 101001 1010011 1111 11110 1000111 110010

Color Harmonies of #DA8125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8125

Black with #DA8125

Text Example


Text Example

White with #DA8125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8125; }

 p { color: rgb(218,129,37); }

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

background-color css

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

 a { background-color: rgb(218,129,37); }

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

border-color css

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

 span { border-color: rgb(218,129,37); }

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