Html Css Color HEX #D1780B Ochre

📋 copy color: '#D1780B'

red 209 ◦ green 120 ◦ blue 11

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

Shades of Ochre #D1780B

Tints of Ochre #D1780B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.29%

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

R = 61.47%
G = 35.29%
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

#D1780B (or 0xD1780B) is known color: Ochre. HEX triplet: D1, 78 and 0B. RGB value is (209,120,11). Sum of RGB (Red+Green+Blue) = 209+120+11=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 120 (47.27% from 255 or 35.29% from 340); Blue value is 11 (4.69% from 255 or 3.24% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D1780B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D1780B is #2E87F4. Grayscale: #868686. Windows color (decimal): -3049461 or 751825. OLE color: 751825.

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

Color convert

RGB 209 120 11 -
CMYK 0 0.43 0.95 0.18
HSL 33.03º 0.9% 0.43% -
HSV(B) 33.03º 0.95% 0.82% -
XYZ 33.07 27.01 3.79 -
YUV 134.19 58.49 181.36 -
System Red Green Blue C M Y K H S L
Decimal 209 120 11 0 0.43 0.95 0.18 33.03 0.9 0.43
Hex D1 78 B 0 2B 5F 12 21 5A 2B
Octal 321 170 13 0 53 137 22 41 132 53
Binary 11010001 1111000 1011 0 101011 1011111 10010 100001 1011010 101011

Color Harmonies of #D1780B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1780B

Black with #D1780B

Text Example


Text Example

White with #D1780B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1780B; }

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

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

background-color css

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

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

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

border-color css

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

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

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