Html Css Color HEX #D28419 Ochre

📋 copy color: '#D28419'

red 210 ◦ green 132 ◦ blue 25

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

Shades of Ochre #D28419

Tints of Ochre #D28419

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.97%

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

R = 57.22%
G = 35.97%
B = 6.81%

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

#D28419 (or 0xD28419) is known color: Ochre. HEX triplet: D2, 84 and 19. RGB value is (210,132,25). Sum of RGB (Red+Green+Blue) = 210+132+25=367 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.22% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 25 (10.16% from 255 or 6.81% from 367); Max value from RGB is 210 - color contains mainly: red. Hex color #D28419 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28419 is #2D7BE6. Grayscale: #8F8F8F. Windows color (decimal): -2980839 or 1672402. OLE color: 1672402.

HSL color Cylindrical-coordinate representation of color #D28419: hue angle of 34.7º 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 #D28419 is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 132 25 -
CMYK 0 0.37 0.88 0.18
HSL 34.7º 0.79% 0.46% -
HSV(B) 34.7º 0.88% 0.82% -
XYZ 35.01 30.27 4.92 -
YUV 143.12 61.34 175.7 -
System Red Green Blue C M Y K H S L
Decimal 210 132 25 0 0.37 0.88 0.18 34.7 0.79 0.46
Hex D2 84 19 0 25 58 12 23 4F 2E
Octal 322 204 31 0 45 130 22 43 117 56
Binary 11010010 10000100 11001 0 100101 1011000 10010 100011 1001111 101110

Color Harmonies of #D28419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28419

Black with #D28419

Text Example


Text Example

White with #D28419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28419; }

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

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

background-color css

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

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

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

border-color css

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

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

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