Html Css Color HEX #D28610 Ochre

📋 copy color: '#D28610'

red 210 ◦ green 134 ◦ blue 16

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

Shades of Ochre #D28610

Tints of Ochre #D28610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.44%

R = 58.33%
G = 37.22%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D28610 (or 0xD28610) is known color: Ochre. HEX triplet: D2, 86 and 10. RGB value is (210,134,16). Sum of RGB (Red+Green+Blue) = 210+134+16=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 16 (6.64% from 255 or 4.44% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D28610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28610 is #2D79EF. Grayscale: #8F8F8F. Windows color (decimal): -2980336 or 1083090. OLE color: 1083090.

HSL color Cylindrical-coordinate representation of color #D28610: hue angle of 36.49º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D28610 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 134 16 -
CMYK 0 0.36 0.92 0.18
HSL 36.49º 0.86% 0.44% -
HSV(B) 36.49º 0.92% 0.82% -
XYZ 35.2 30.79 4.58 -
YUV 143.27 56.18 175.59 -
System Red Green Blue C M Y K H S L
Decimal 210 134 16 0 0.36 0.92 0.18 36.49 0.86 0.44
Hex D2 86 10 0 24 5C 12 24 56 2C
Octal 322 206 20 0 44 134 22 44 126 54
Binary 11010010 10000110 10000 0 100100 1011100 10010 100100 1010110 101100

Color Harmonies of #D28610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28610

Black with #D28610

Text Example


Text Example

White with #D28610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28610; }

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

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

background-color css

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

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

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

border-color css

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

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

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