Html Css Color HEX #D27626 Ochre

📋 copy color: '#D27626'

red 210 ◦ green 118 ◦ blue 38

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

Shades of Ochre #D27626

Tints of Ochre #D27626

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.24%

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

R = 57.38%
G = 32.24%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D27626 (or 0xD27626) is known color: Ochre. HEX triplet: D2, 76 and 26. RGB value is (210,118,38). Sum of RGB (Red+Green+Blue) = 210+118+38=366 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.38% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 38 (15.23% from 255 or 10.38% from 366); Max value from RGB is 210 - color contains mainly: red. Hex color #D27626 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27626 is #2D89D9. Grayscale: #888888. Windows color (decimal): -2984410 or 2520786. OLE color: 2520786.

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

Color convert

RGB 210 118 38 -
CMYK 0 0.44 0.82 0.18
HSL 27.91º 0.69% 0.49% -
HSV(B) 27.91º 0.82% 0.82% -
XYZ 33.41 26.8 5.25 -
YUV 136.39 72.48 180.5 -
System Red Green Blue C M Y K H S L
Decimal 210 118 38 0 0.44 0.82 0.18 27.91 0.69 0.49
Hex D2 76 26 0 2C 52 12 1C 45 31
Octal 322 166 46 0 54 122 22 34 105 61
Binary 11010010 1110110 100110 0 101100 1010010 10010 11100 1000101 110001

Color Harmonies of #D27626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27626

Black with #D27626

Text Example


Text Example

White with #D27626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27626; }

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

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

background-color css

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

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

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

border-color css

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

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

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