Html Css Color HEX #D27819 Ochre

📋 copy color: '#D27819'

red 210 ◦ green 120 ◦ blue 25

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

Shades of Ochre #D27819

Tints of Ochre #D27819

RGB

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

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

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

R = 59.15%
G = 33.8%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D27819 (or 0xD27819) is known color: Ochre. HEX triplet: D2, 78 and 19. RGB value is (210,120,25). Sum of RGB (Red+Green+Blue) = 210+120+25=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 25 (10.16% from 255 or 7.04% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D27819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27819 is #2D87E6. Grayscale: #888888. Windows color (decimal): -2983911 or 1669330. OLE color: 1669330.

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

Color convert

RGB 210 120 25 -
CMYK 0 0.43 0.88 0.18
HSL 30.81º 0.79% 0.46% -
HSV(B) 30.81º 0.88% 0.82% -
XYZ 33.47 27.2 4.41 -
YUV 136.08 65.32 180.72 -
System Red Green Blue C M Y K H S L
Decimal 210 120 25 0 0.43 0.88 0.18 30.81 0.79 0.46
Hex D2 78 19 0 2B 58 12 1F 4F 2E
Octal 322 170 31 0 53 130 22 37 117 56
Binary 11010010 1111000 11001 0 101011 1011000 10010 11111 1001111 101110

Color Harmonies of #D27819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27819

Black with #D27819

Text Example


Text Example

White with #D27819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27819; }

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

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

background-color css

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

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

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

border-color css

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

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

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