Html Css Color HEX #D28619 Ochre

📋 copy color: '#D28619'

red 210 ◦ green 134 ◦ blue 25

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

Shades of Ochre #D28619

Tints of Ochre #D28619

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.31%

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

R = 56.91%
G = 36.31%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D28619 (or 0xD28619) is known color: Ochre. HEX triplet: D2, 86 and 19. RGB value is (210,134,25). Sum of RGB (Red+Green+Blue) = 210+134+25=369 (48% of max value = 765). Red value is 210 (82.42% from 255 or 56.91% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 25 (10.16% from 255 or 6.78% from 369); Max value from RGB is 210 - color contains mainly: red. Hex color #D28619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28619 is #2D79E6. Grayscale: #909090. Windows color (decimal): -2980327 or 1672914. OLE color: 1672914.

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

Color convert

RGB 210 134 25 -
CMYK 0 0.36 0.88 0.18
HSL 35.35º 0.79% 0.46% -
HSV(B) 35.35º 0.88% 0.82% -
XYZ 35.28 30.82 5.01 -
YUV 144.3 60.68 174.86 -
System Red Green Blue C M Y K H S L
Decimal 210 134 25 0 0.36 0.88 0.18 35.35 0.79 0.46
Hex D2 86 19 0 24 58 12 23 4F 2E
Octal 322 206 31 0 44 130 22 43 117 56
Binary 11010010 10000110 11001 0 100100 1011000 10010 100011 1001111 101110

Color Harmonies of #D28619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28619

Black with #D28619

Text Example


Text Example

White with #D28619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28619; }

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

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

background-color css

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

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

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

border-color css

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

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

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