Html Css Color HEX #D0761C Ochre

📋 copy color: '#D0761C'

red 208 ◦ green 118 ◦ blue 28

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

Shades of Ochre #D0761C

Tints of Ochre #D0761C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.91%

R = 58.76%
G = 33.33%
B = 7.91%

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

#D0761C (or 0xD0761C) is known color: Ochre. HEX triplet: D0, 76 and 1C. RGB value is (208,118,28). Sum of RGB (Red+Green+Blue) = 208+118+28=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 28 (11.33% from 255 or 7.91% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D0761C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0761C is #2F89E3. Grayscale: #878787. Windows color (decimal): -3115492 or 1865424. OLE color: 1865424.

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

Color convert

RGB 208 118 28 -
CMYK 0 0.43 0.87 0.18
HSL 30º 0.76% 0.46% -
HSV(B) 30º 0.87% 0.82% -
XYZ 32.7 26.45 4.48 -
YUV 134.65 67.82 180.32 -
System Red Green Blue C M Y K H S L
Decimal 208 118 28 0 0.43 0.87 0.18 30 0.76 0.46
Hex D0 76 1C 0 2B 57 12 1E 4C 2E
Octal 320 166 34 0 53 127 22 36 114 56
Binary 11010000 1110110 11100 0 101011 1010111 10010 11110 1001100 101110

Color Harmonies of #D0761C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0761C

Black with #D0761C

Text Example


Text Example

White with #D0761C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0761C; }

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

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

background-color css

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

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

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

border-color css

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

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

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