Html Css Color HEX #D0781D Ochre

📋 copy color: '#D0781D'

red 208 ◦ green 120 ◦ blue 29

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

Shades of Ochre #D0781D

Tints of Ochre #D0781D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.12%

R = 58.26%
G = 33.61%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0781D (or 0xD0781D) is known color: Ochre. HEX triplet: D0, 78 and 1D. RGB value is (208,120,29). Sum of RGB (Red+Green+Blue) = 208+120+29=357 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.26% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 29 (11.72% from 255 or 8.12% from 357); Max value from RGB is 208 - color contains mainly: red. Hex color #D0781D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0781D is #2F87E2. Grayscale: #888888. Windows color (decimal): -3114979 or 1931472. OLE color: 1931472.

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

Color convert

RGB 208 120 29 -
CMYK 0 0.42 0.86 0.18
HSL 30.5º 0.76% 0.46% -
HSV(B) 30.5º 0.86% 0.82% -
XYZ 32.95 26.93 4.62 -
YUV 135.94 67.65 179.4 -
System Red Green Blue C M Y K H S L
Decimal 208 120 29 0 0.42 0.86 0.18 30.5 0.76 0.46
Hex D0 78 1D 0 2A 56 12 1F 4C 2E
Octal 320 170 35 0 52 126 22 37 114 56
Binary 11010000 1111000 11101 0 101010 1010110 10010 11111 1001100 101110

Color Harmonies of #D0781D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0781D

Black with #D0781D

Text Example


Text Example

White with #D0781D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0781D; }

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

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

background-color css

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

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

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

border-color css

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

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

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