Html Css Color HEX #D0780D Ochre

📋 copy color: '#D0780D'

red 208 ◦ green 120 ◦ blue 13

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

Shades of Ochre #D0780D

Tints of Ochre #D0780D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.81%

R = 61%
G = 35.19%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0780D (or 0xD0780D) is known color: Ochre. HEX triplet: D0, 78 and 0D. RGB value is (208,120,13). Sum of RGB (Red+Green+Blue) = 208+120+13=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 13 (5.47% from 255 or 3.81% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D0780D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0780D is #2F87F2. Grayscale: #868686. Windows color (decimal): -3114995 or 882896. OLE color: 882896.

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

Color convert

RGB 208 120 13 -
CMYK 0 0.42 0.94 0.18
HSL 32.92º 0.88% 0.43% -
HSV(B) 32.92º 0.94% 0.82% -
XYZ 32.8 26.87 3.84 -
YUV 134.11 59.65 180.7 -
System Red Green Blue C M Y K H S L
Decimal 208 120 13 0 0.42 0.94 0.18 32.92 0.88 0.43
Hex D0 78 D 0 2A 5E 12 21 58 2B
Octal 320 170 15 0 52 136 22 41 130 53
Binary 11010000 1111000 1101 0 101010 1011110 10010 100001 1011000 101011

Color Harmonies of #D0780D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0780D

Black with #D0780D

Text Example


Text Example

White with #D0780D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0780D; }

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

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

background-color css

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

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

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

border-color css

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

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

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