Html Css Color HEX #D1770B Ochre

📋 copy color: '#D1770B'

red 209 ◦ green 119 ◦ blue 11

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

Shades of Ochre #D1770B

Tints of Ochre #D1770B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.24%

R = 61.65%
G = 35.1%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D1770B (or 0xD1770B) is known color: Ochre. HEX triplet: D1, 77 and 0B. RGB value is (209,119,11). Sum of RGB (Red+Green+Blue) = 209+119+11=339 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.65% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 11 (4.69% from 255 or 3.24% from 339); Max value from RGB is 209 - color contains mainly: red. Hex color #D1770B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1770B is #2E88F4. Grayscale: #868686. Windows color (decimal): -3049717 or 751569. OLE color: 751569.

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

Color convert

RGB 209 119 11 -
CMYK 0 0.43 0.95 0.18
HSL 32.73º 0.9% 0.43% -
HSV(B) 32.73º 0.95% 0.82% -
XYZ 32.95 26.77 3.75 -
YUV 133.6 58.82 181.78 -
System Red Green Blue C M Y K H S L
Decimal 209 119 11 0 0.43 0.95 0.18 32.73 0.9 0.43
Hex D1 77 B 0 2B 5F 12 21 5A 2B
Octal 321 167 13 0 53 137 22 41 132 53
Binary 11010001 1110111 1011 0 101011 1011111 10010 100001 1011010 101011

Color Harmonies of #D1770B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1770B

Black with #D1770B

Text Example


Text Example

White with #D1770B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1770B; }

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

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

background-color css

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

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

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

border-color css

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

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

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