Html Css Color HEX #D27318 Ochre

📋 copy color: '#D27318'

red 210 ◦ green 115 ◦ blue 24

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

Shades of Ochre #D27318

Tints of Ochre #D27318

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.95%

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

R = 60.17%
G = 32.95%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D27318 (or 0xD27318) is known color: Ochre. HEX triplet: D2, 73 and 18. RGB value is (210,115,24). Sum of RGB (Red+Green+Blue) = 210+115+24=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 24 (9.77% from 255 or 6.88% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D27318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27318 is #2D8CE7. Grayscale: #858585. Windows color (decimal): -2985192 or 1602514. OLE color: 1602514.

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

Color convert

RGB 210 115 24 -
CMYK 0 0.45 0.89 0.18
HSL 29.35º 0.79% 0.46% -
HSV(B) 29.35º 0.89% 0.82% -
XYZ 32.87 26.03 4.16 -
YUV 133.03 66.47 182.9 -
System Red Green Blue C M Y K H S L
Decimal 210 115 24 0 0.45 0.89 0.18 29.35 0.79 0.46
Hex D2 73 18 0 2D 59 12 1D 4F 2E
Octal 322 163 30 0 55 131 22 35 117 56
Binary 11010010 1110011 11000 0 101101 1011001 10010 11101 1001111 101110

Color Harmonies of #D27318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27318

Black with #D27318

Text Example


Text Example

White with #D27318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27318; }

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

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

background-color css

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

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

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

border-color css

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

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

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