Html Css Color HEX #D27527 Ochre

📋 copy color: '#D27527'

red 210 ◦ green 117 ◦ blue 39

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

Shades of Ochre #D27527

Tints of Ochre #D27527

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.97%

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

R = 57.38%
G = 31.97%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D27527 (or 0xD27527) is known color: Ochre. HEX triplet: D2, 75 and 27. RGB value is (210,117,39). Sum of RGB (Red+Green+Blue) = 210+117+39=366 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.38% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 39 (15.62% from 255 or 10.66% from 366); Max value from RGB is 210 - color contains mainly: red. Hex color #D27527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27527 is #2D8AD8. Grayscale: #888888. Windows color (decimal): -2984665 or 2586066. OLE color: 2586066.

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

Color convert

RGB 210 117 39 -
CMYK 0 0.44 0.81 0.18
HSL 27.37º 0.69% 0.49% -
HSV(B) 27.37º 0.81% 0.82% -
XYZ 33.31 26.57 5.29 -
YUV 135.92 73.31 180.84 -
System Red Green Blue C M Y K H S L
Decimal 210 117 39 0 0.44 0.81 0.18 27.37 0.69 0.49
Hex D2 75 27 0 2C 51 12 1B 45 31
Octal 322 165 47 0 54 121 22 33 105 61
Binary 11010010 1110101 100111 0 101100 1010001 10010 11011 1000101 110001

Color Harmonies of #D27527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27527

Black with #D27527

Text Example


Text Example

White with #D27527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27527; }

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

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

background-color css

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

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

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

border-color css

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

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

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