Html Css Color HEX #D27622 Ochre

📋 copy color: '#D27622'

red 210 ◦ green 118 ◦ blue 34

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

Shades of Ochre #D27622

Tints of Ochre #D27622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.39%

R = 58.01%
G = 32.6%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D27622 (or 0xD27622) is known color: Ochre. HEX triplet: D2, 76 and 22. RGB value is (210,118,34). Sum of RGB (Red+Green+Blue) = 210+118+34=362 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.01% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 34 (13.67% from 255 or 9.39% from 362); Max value from RGB is 210 - color contains mainly: red. Hex color #D27622 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27622 is #2D89DD. Grayscale: #888888. Windows color (decimal): -2984414 or 2258642. OLE color: 2258642.

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

Color convert

RGB 210 118 34 -
CMYK 0 0.44 0.84 0.18
HSL 28.64º 0.72% 0.48% -
HSV(B) 28.64º 0.84% 0.82% -
XYZ 33.35 26.77 4.92 -
YUV 135.93 70.48 180.83 -
System Red Green Blue C M Y K H S L
Decimal 210 118 34 0 0.44 0.84 0.18 28.64 0.72 0.48
Hex D2 76 22 0 2C 54 12 1D 48 30
Octal 322 166 42 0 54 124 22 35 110 60
Binary 11010010 1110110 100010 0 101100 1010100 10010 11101 1001000 110000

Color Harmonies of #D27622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27622

Black with #D27622

Text Example


Text Example

White with #D27622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27622; }

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

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

background-color css

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

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

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

border-color css

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

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

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