Html Css Color HEX #D27327 Ochre

📋 copy color: '#D27327'

red 210 ◦ green 115 ◦ blue 39

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

Shades of Ochre #D27327

Tints of Ochre #D27327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.71%

R = 57.69%
G = 31.59%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D27327 (or 0xD27327) is known color: Ochre. HEX triplet: D2, 73 and 27. RGB value is (210,115,39). Sum of RGB (Red+Green+Blue) = 210+115+39=364 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.69% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 39 (15.62% from 255 or 10.71% from 364); Max value from RGB is 210 - color contains mainly: red. Hex color #D27327 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27327 is #2D8CD8. Grayscale: #878787. Windows color (decimal): -2985177 or 2585554. OLE color: 2585554.

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

Color convert

RGB 210 115 39 -
CMYK 0 0.45 0.81 0.18
HSL 26.67º 0.69% 0.49% -
HSV(B) 26.67º 0.81% 0.82% -
XYZ 33.08 26.11 5.22 -
YUV 134.74 73.97 181.68 -
System Red Green Blue C M Y K H S L
Decimal 210 115 39 0 0.45 0.81 0.18 26.67 0.69 0.49
Hex D2 73 27 0 2D 51 12 1B 45 31
Octal 322 163 47 0 55 121 22 33 105 61
Binary 11010010 1110011 100111 0 101101 1010001 10010 11011 1000101 110001

Color Harmonies of #D27327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27327

Black with #D27327

Text Example


Text Example

White with #D27327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27327; }

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

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

background-color css

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

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

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

border-color css

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

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

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