Html Css Color HEX #D27325 Ochre

📋 copy color: '#D27325'

red 210 ◦ green 115 ◦ blue 37

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

Shades of Ochre #D27325

Tints of Ochre #D27325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.22%

R = 58.01%
G = 31.77%
B = 10.22%

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

#D27325 (or 0xD27325) is known color: Ochre. HEX triplet: D2, 73 and 25. RGB value is (210,115,37). Sum of RGB (Red+Green+Blue) = 210+115+37=362 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.01% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 37 (14.84% from 255 or 10.22% from 362); Max value from RGB is 210 - color contains mainly: red. Hex color #D27325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27325 is #2D8CDA. Grayscale: #868686. Windows color (decimal): -2985179 or 2454482. OLE color: 2454482.

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

Color convert

RGB 210 115 37 -
CMYK 0 0.45 0.82 0.18
HSL 27.05º 0.7% 0.48% -
HSV(B) 27.05º 0.82% 0.82% -
XYZ 33.04 26.1 5.05 -
YUV 134.51 72.97 181.84 -
System Red Green Blue C M Y K H S L
Decimal 210 115 37 0 0.45 0.82 0.18 27.05 0.7 0.48
Hex D2 73 25 0 2D 52 12 1B 46 30
Octal 322 163 45 0 55 122 22 33 106 60
Binary 11010010 1110011 100101 0 101101 1010010 10010 11011 1000110 110000

Color Harmonies of #D27325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27325

Black with #D27325

Text Example


Text Example

White with #D27325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27325; }

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

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

background-color css

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

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

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

border-color css

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

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

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