Html Css Color HEX #D0790F Ochre

📋 copy color: '#D0790F'

red 208 ◦ green 121 ◦ blue 15

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

Shades of Ochre #D0790F

Tints of Ochre #D0790F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.17%

 BLUE value IS 15 (6.25% from 255) = 4.36%

R = 60.47%
G = 35.17%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D0790F (or 0xD0790F) is known color: Ochre. HEX triplet: D0, 79 and 0F. RGB value is (208,121,15). Sum of RGB (Red+Green+Blue) = 208+121+15=344 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.47% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 15 (6.25% from 255 or 4.36% from 344); Max value from RGB is 208 - color contains mainly: red. Hex color #D0790F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0790F is #2F86F0. Grayscale: #878787. Windows color (decimal): -3114737 or 1014224. OLE color: 1014224.

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

Color convert

RGB 208 121 15 -
CMYK 0 0.42 0.93 0.18
HSL 32.95º 0.87% 0.44% -
HSV(B) 32.95º 0.93% 0.82% -
XYZ 32.94 27.12 3.95 -
YUV 134.93 60.32 180.12 -
System Red Green Blue C M Y K H S L
Decimal 208 121 15 0 0.42 0.93 0.18 32.95 0.87 0.44
Hex D0 79 F 0 2A 5D 12 21 57 2C
Octal 320 171 17 0 52 135 22 41 127 54
Binary 11010000 1111001 1111 0 101010 1011101 10010 100001 1010111 101100

Color Harmonies of #D0790F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0790F

Black with #D0790F

Text Example


Text Example

White with #D0790F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0790F; }

 p { color: rgb(208,121,15); }

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

background-color css

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

 a { background-color: rgb(208,121,15); }

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

border-color css

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

 span { border-color: rgb(208,121,15); }

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