Html Css Color HEX #D1772B Ochre

📋 copy color: '#D1772B'

red 209 ◦ green 119 ◦ blue 43

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

Shades of Ochre #D1772B

Tints of Ochre #D1772B

RGB

 RED value IS 209 (82.03% from 255) = 56.33%

 GREEN value IS 119 (46.88% from 255) = 32.08%

 BLUE value IS 43 (17.19% from 255) = 11.59%

R = 56.33%
G = 32.08%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D1772B (or 0xD1772B) is known color: Ochre. HEX triplet: D1, 77 and 2B. RGB value is (209,119,43). Sum of RGB (Red+Green+Blue) = 209+119+43=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 43 (17.19% from 255 or 11.59% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D1772B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1772B is #2E88D4. Grayscale: #898989. Windows color (decimal): -3049685 or 2848721. OLE color: 2848721.

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

Color convert

RGB 209 119 43 -
CMYK 0 0.43 0.79 0.18
HSL 27.47º 0.66% 0.49% -
HSV(B) 27.47º 0.79% 0.82% -
XYZ 33.33 26.92 5.73 -
YUV 137.25 74.82 179.18 -
System Red Green Blue C M Y K H S L
Decimal 209 119 43 0 0.43 0.79 0.18 27.47 0.66 0.49
Hex D1 77 2B 0 2B 4F 12 1B 42 31
Octal 321 167 53 0 53 117 22 33 102 61
Binary 11010001 1110111 101011 0 101011 1001111 10010 11011 1000010 110001

Color Harmonies of #D1772B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1772B

Black with #D1772B

Text Example


Text Example

White with #D1772B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1772B; }

 p { color: rgb(209,119,43); }

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

background-color css

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

 a { background-color: rgb(209,119,43); }

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

border-color css

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

 span { border-color: rgb(209,119,43); }

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