Html Css Color HEX #D27628 Ochre

📋 copy color: '#D27628'

red 210 ◦ green 118 ◦ blue 40

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

Shades of Ochre #D27628

Tints of Ochre #D27628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.87%

R = 57.07%
G = 32.07%
B = 10.87%

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

#D27628 (or 0xD27628) is known color: Ochre. HEX triplet: D2, 76 and 28. RGB value is (210,118,40). Sum of RGB (Red+Green+Blue) = 210+118+40=368 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.07% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 40 (16.02% from 255 or 10.87% from 368); Max value from RGB is 210 - color contains mainly: red. Hex color #D27628 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27628 is #2D89D7. Grayscale: #898989. Windows color (decimal): -2984408 or 2651858. OLE color: 2651858.

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

Color convert

RGB 210 118 40 -
CMYK 0 0.44 0.81 0.18
HSL 27.53º 0.68% 0.49% -
HSV(B) 27.53º 0.81% 0.82% -
XYZ 33.44 26.81 5.42 -
YUV 136.62 73.48 180.34 -
System Red Green Blue C M Y K H S L
Decimal 210 118 40 0 0.44 0.81 0.18 27.53 0.68 0.49
Hex D2 76 28 0 2C 51 12 1C 44 31
Octal 322 166 50 0 54 121 22 34 104 61
Binary 11010010 1110110 101000 0 101100 1010001 10010 11100 1000100 110001

Color Harmonies of #D27628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27628

Black with #D27628

Text Example


Text Example

White with #D27628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27628; }

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

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

background-color css

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

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

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

border-color css

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

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

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