Html Css Color HEX #D27C10 Ochre

📋 copy color: '#D27C10'

red 210 ◦ green 124 ◦ blue 16

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

Shades of Ochre #D27C10

Tints of Ochre #D27C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.57%

R = 60%
G = 35.43%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D27C10 (or 0xD27C10) is known color: Ochre. HEX triplet: D2, 7C and 10. RGB value is (210,124,16). Sum of RGB (Red+Green+Blue) = 210+124+16=350 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 16 (6.64% from 255 or 4.57% from 350); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27C10 is #2D83EF. Grayscale: #898989. Windows color (decimal): -2982896 or 1080530. OLE color: 1080530.

HSL color Cylindrical-coordinate representation of color #D27C10: hue angle of 33.4º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D27C10 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 124 16 -
CMYK 0 0.41 0.92 0.18
HSL 33.4º 0.86% 0.44% -
HSV(B) 33.4º 0.92% 0.82% -
XYZ 33.88 28.15 4.14 -
YUV 137.4 59.49 179.78 -
System Red Green Blue C M Y K H S L
Decimal 210 124 16 0 0.41 0.92 0.18 33.4 0.86 0.44
Hex D2 7C 10 0 29 5C 12 21 56 2C
Octal 322 174 20 0 51 134 22 41 126 54
Binary 11010010 1111100 10000 0 101001 1011100 10010 100001 1010110 101100

Color Harmonies of #D27C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27C10

Black with #D27C10

Text Example


Text Example

White with #D27C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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