Html Css Color HEX #D0761B Ochre

📋 copy color: '#D0761B'

red 208 ◦ green 118 ◦ blue 27

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

Shades of Ochre #D0761B

Tints of Ochre #D0761B

RGB

 RED value IS 208 (81.64% from 255) = 58.92%

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

 BLUE value IS 27 (10.94% from 255) = 7.65%

R = 58.92%
G = 33.43%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D0761B (or 0xD0761B) is known color: Ochre. HEX triplet: D0, 76 and 1B. RGB value is (208,118,27). Sum of RGB (Red+Green+Blue) = 208+118+27=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 27 (10.94% from 255 or 7.65% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D0761B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0761B is #2F89E4. Grayscale: #868686. Windows color (decimal): -3115493 or 1799888. OLE color: 1799888.

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

Color convert

RGB 208 118 27 -
CMYK 0 0.43 0.87 0.18
HSL 30.17º 0.77% 0.46% -
HSV(B) 30.17º 0.87% 0.82% -
XYZ 32.69 26.45 4.42 -
YUV 134.54 67.32 180.4 -
System Red Green Blue C M Y K H S L
Decimal 208 118 27 0 0.43 0.87 0.18 30.17 0.77 0.46
Hex D0 76 1B 0 2B 57 12 1E 4D 2E
Octal 320 166 33 0 53 127 22 36 115 56
Binary 11010000 1110110 11011 0 101011 1010111 10010 11110 1001101 101110

Color Harmonies of #D0761B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0761B

Black with #D0761B

Text Example


Text Example

White with #D0761B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0761B; }

 p { color: rgb(208,118,27); }

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

background-color css

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

 a { background-color: rgb(208,118,27); }

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

border-color css

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

 span { border-color: rgb(208,118,27); }

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