Html Css Color HEX #D28519 Ochre

📋 copy color: '#D28519'

red 210 ◦ green 133 ◦ blue 25

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

Shades of Ochre #D28519

Tints of Ochre #D28519

RGB

 RED value IS 210 (82.42% from 255) = 57.07%

 GREEN value IS 133 (52.34% from 255) = 36.14%

 BLUE value IS 25 (10.16% from 255) = 6.79%

R = 57.07%
G = 36.14%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D28519 (or 0xD28519) is known color: Ochre. HEX triplet: D2, 85 and 19. RGB value is (210,133,25). Sum of RGB (Red+Green+Blue) = 210+133+25=368 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.07% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 25 (10.16% from 255 or 6.79% from 368); Max value from RGB is 210 - color contains mainly: red. Hex color #D28519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28519 is #2D7AE6. Grayscale: #909090. Windows color (decimal): -2980583 or 1672658. OLE color: 1672658.

HSL color Cylindrical-coordinate representation of color #D28519: hue angle of 35.03º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D28519 is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 133 25 -
CMYK 0 0.37 0.88 0.18
HSL 35.03º 0.79% 0.46% -
HSV(B) 35.03º 0.88% 0.82% -
XYZ 35.14 30.55 4.96 -
YUV 143.71 61.01 175.28 -
System Red Green Blue C M Y K H S L
Decimal 210 133 25 0 0.37 0.88 0.18 35.03 0.79 0.46
Hex D2 85 19 0 25 58 12 23 4F 2E
Octal 322 205 31 0 45 130 22 43 117 56
Binary 11010010 10000101 11001 0 100101 1011000 10010 100011 1001111 101110

Color Harmonies of #D28519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28519

Black with #D28519

Text Example


Text Example

White with #D28519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28519; }

 p { color: rgb(210,133,25); }

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

background-color css

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

 a { background-color: rgb(210,133,25); }

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

border-color css

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

 span { border-color: rgb(210,133,25); }

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