Html Css Color HEX #D27818 Ochre

📋 copy color: '#D27818'

red 210 ◦ green 120 ◦ blue 24

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

Shades of Ochre #D27818

Tints of Ochre #D27818

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.9%

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

R = 59.32%
G = 33.9%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D27818 (or 0xD27818) is known color: Ochre. HEX triplet: D2, 78 and 18. RGB value is (210,120,24). Sum of RGB (Red+Green+Blue) = 210+120+24=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 24 (9.77% from 255 or 6.78% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D27818 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27818 is #2D87E7. Grayscale: #888888. Windows color (decimal): -2983912 or 1603794. OLE color: 1603794.

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

Color convert

RGB 210 120 24 -
CMYK 0 0.43 0.89 0.18
HSL 30.97º 0.79% 0.46% -
HSV(B) 30.97º 0.89% 0.82% -
XYZ 33.46 27.2 4.35 -
YUV 135.97 64.82 180.81 -
System Red Green Blue C M Y K H S L
Decimal 210 120 24 0 0.43 0.89 0.18 30.97 0.79 0.46
Hex D2 78 18 0 2B 59 12 1F 4F 2E
Octal 322 170 30 0 53 131 22 37 117 56
Binary 11010010 1111000 11000 0 101011 1011001 10010 11111 1001111 101110

Color Harmonies of #D27818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27818

Black with #D27818

Text Example


Text Example

White with #D27818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27818; }

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

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

background-color css

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

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

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

border-color css

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

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

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