Html Css Color HEX #D27C27 Ochre

📋 copy color: '#D27C27'

red 210 ◦ green 124 ◦ blue 39

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

Shades of Ochre #D27C27

Tints of Ochre #D27C27

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.24%

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

R = 56.3%
G = 33.24%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D27C27 (or 0xD27C27) is known color: Ochre. HEX triplet: D2, 7C and 27. RGB value is (210,124,39). Sum of RGB (Red+Green+Blue) = 210+124+39=373 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.30% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 39 (15.62% from 255 or 10.46% from 373); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27C27 is #2D83D8. Grayscale: #8C8C8C. Windows color (decimal): -2982873 or 2587858. OLE color: 2587858.

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

Color convert

RGB 210 124 39 -
CMYK 0 0.41 0.81 0.18
HSL 29.82º 0.69% 0.49% -
HSV(B) 29.82º 0.81% 0.82% -
XYZ 34.15 28.26 5.57 -
YUV 140.02 70.99 177.91 -
System Red Green Blue C M Y K H S L
Decimal 210 124 39 0 0.41 0.81 0.18 29.82 0.69 0.49
Hex D2 7C 27 0 29 51 12 1E 45 31
Octal 322 174 47 0 51 121 22 36 105 61
Binary 11010010 1111100 100111 0 101001 1010001 10010 11110 1000101 110001

Color Harmonies of #D27C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27C27

Black with #D27C27

Text Example


Text Example

White with #D27C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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