Html Css Color HEX #D28618 Ochre

📋 copy color: '#D28618'

red 210 ◦ green 134 ◦ blue 24

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

Shades of Ochre #D28618

Tints of Ochre #D28618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.52%

R = 57.07%
G = 36.41%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D28618 (or 0xD28618) is known color: Ochre. HEX triplet: D2, 86 and 18. RGB value is (210,134,24). Sum of RGB (Red+Green+Blue) = 210+134+24=368 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.07% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 24 (9.77% from 255 or 6.52% from 368); Max value from RGB is 210 - color contains mainly: red. Hex color #D28618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28618 is #2D79E7. Grayscale: #909090. Windows color (decimal): -2980328 or 1607378. OLE color: 1607378.

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

Color convert

RGB 210 134 24 -
CMYK 0 0.36 0.89 0.18
HSL 35.48º 0.79% 0.46% -
HSV(B) 35.48º 0.89% 0.82% -
XYZ 35.27 30.82 4.95 -
YUV 144.18 60.18 174.94 -
System Red Green Blue C M Y K H S L
Decimal 210 134 24 0 0.36 0.89 0.18 35.48 0.79 0.46
Hex D2 86 18 0 24 59 12 23 4F 2E
Octal 322 206 30 0 44 131 22 43 117 56
Binary 11010010 10000110 11000 0 100100 1011001 10010 100011 1001111 101110

Color Harmonies of #D28618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28618

Black with #D28618

Text Example


Text Example

White with #D28618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28618; }

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

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

background-color css

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

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

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

border-color css

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

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

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