Html Css Color HEX #D27326 Ochre

📋 copy color: '#D27326'

red 210 ◦ green 115 ◦ blue 38

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

Shades of Ochre #D27326

Tints of Ochre #D27326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.47%

R = 57.85%
G = 31.68%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D27326 (or 0xD27326) is known color: Ochre. HEX triplet: D2, 73 and 26. RGB value is (210,115,38). Sum of RGB (Red+Green+Blue) = 210+115+38=363 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.85% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 38 (15.23% from 255 or 10.47% from 363); Max value from RGB is 210 - color contains mainly: red. Hex color #D27326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27326 is #2D8CD9. Grayscale: #878787. Windows color (decimal): -2985178 or 2520018. OLE color: 2520018.

HSL color Cylindrical-coordinate representation of color #D27326: hue angle of 26.86º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D27326 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 115 38 -
CMYK 0 0.45 0.82 0.18
HSL 26.86º 0.69% 0.49% -
HSV(B) 26.86º 0.82% 0.82% -
XYZ 33.06 26.1 5.13 -
YUV 134.63 73.47 181.76 -
System Red Green Blue C M Y K H S L
Decimal 210 115 38 0 0.45 0.82 0.18 26.86 0.69 0.49
Hex D2 73 26 0 2D 52 12 1B 45 31
Octal 322 163 46 0 55 122 22 33 105 61
Binary 11010010 1110011 100110 0 101101 1010010 10010 11011 1000101 110001

Color Harmonies of #D27326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27326

Black with #D27326

Text Example


Text Example

White with #D27326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27326; }

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

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

background-color css

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

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

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

border-color css

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

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

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