Html Css Color HEX #D0781C Ochre

📋 copy color: '#D0781C'

red 208 ◦ green 120 ◦ blue 28

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

Shades of Ochre #D0781C

Tints of Ochre #D0781C

RGB

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

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

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

R = 58.43%
G = 33.71%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D0781C (or 0xD0781C) is known color: Ochre. HEX triplet: D0, 78 and 1C. RGB value is (208,120,28). Sum of RGB (Red+Green+Blue) = 208+120+28=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 28 (11.33% from 255 or 7.87% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D0781C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0781C is #2F87E3. Grayscale: #888888. Windows color (decimal): -3114980 or 1865936. OLE color: 1865936.

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

Color convert

RGB 208 120 28 -
CMYK 0 0.42 0.87 0.18
HSL 30.67º 0.76% 0.46% -
HSV(B) 30.67º 0.87% 0.82% -
XYZ 32.94 26.93 4.56 -
YUV 135.82 67.15 179.48 -
System Red Green Blue C M Y K H S L
Decimal 208 120 28 0 0.42 0.87 0.18 30.67 0.76 0.46
Hex D0 78 1C 0 2A 57 12 1F 4C 2E
Octal 320 170 34 0 52 127 22 37 114 56
Binary 11010000 1111000 11100 0 101010 1010111 10010 11111 1001100 101110

Color Harmonies of #D0781C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0781C

Black with #D0781C

Text Example


Text Example

White with #D0781C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0781C; }

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

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

background-color css

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

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

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

border-color css

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

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

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