Html Css Color HEX #D27126 Ochre

📋 copy color: '#D27126'

red 210 ◦ green 113 ◦ blue 38

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

Shades of Ochre #D27126

Tints of Ochre #D27126

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.3%

 BLUE value IS 38 (15.23% from 255) = 10.53%

R = 58.17%
G = 31.3%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D27126 (or 0xD27126) is known color: Ochre. HEX triplet: D2, 71 and 26. RGB value is (210,113,38). Sum of RGB (Red+Green+Blue) = 210+113+38=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 38 (15.23% from 255 or 10.53% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D27126 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27126 is #2D8ED9. Grayscale: #858585. Windows color (decimal): -2985690 or 2519506. OLE color: 2519506.

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

Color convert

RGB 210 113 38 -
CMYK 0 0.46 0.82 0.18
HSL 26.16º 0.69% 0.49% -
HSV(B) 26.16º 0.82% 0.82% -
XYZ 32.83 25.65 5.05 -
YUV 133.45 74.14 182.6 -
System Red Green Blue C M Y K H S L
Decimal 210 113 38 0 0.46 0.82 0.18 26.16 0.69 0.49
Hex D2 71 26 0 2E 52 12 1A 45 31
Octal 322 161 46 0 56 122 22 32 105 61
Binary 11010010 1110001 100110 0 101110 1010010 10010 11010 1000101 110001

Color Harmonies of #D27126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27126

Black with #D27126

Text Example


Text Example

White with #D27126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27126; }

 p { color: rgb(210,113,38); }

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

background-color css

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

 a { background-color: rgb(210,113,38); }

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

border-color css

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

 span { border-color: rgb(210,113,38); }

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