Html Css Color HEX #D3790D Ochre

📋 copy color: '#D3790D'

red 211 ◦ green 121 ◦ blue 13

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

Shades of Ochre #D3790D

Tints of Ochre #D3790D

RGB

 RED value IS 211 (82.81% from 255) = 61.16%

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

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

R = 61.16%
G = 35.07%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D3790D (or 0xD3790D) is known color: Ochre. HEX triplet: D3, 79 and 0D. RGB value is (211,121,13). Sum of RGB (Red+Green+Blue) = 211+121+13=345 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.16% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 211 - color contains mainly: red. Hex color #D3790D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D3790D is #2C86F2. Grayscale: #888888. Windows color (decimal): -2918131 or 883155. OLE color: 883155.

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

Color convert

RGB 211 121 13 -
CMYK 0 0.43 0.94 0.17
HSL 32.73º 0.88% 0.44% -
HSV(B) 32.73º 0.94% 0.83% -
XYZ 33.77 27.55 3.92 -
YUV 135.6 58.82 181.78 -
System Red Green Blue C M Y K H S L
Decimal 211 121 13 0 0.43 0.94 0.17 32.73 0.88 0.44
Hex D3 79 D 0 2B 5E 11 21 58 2C
Octal 323 171 15 0 53 136 21 41 130 54
Binary 11010011 1111001 1101 0 101011 1011110 10001 100001 1011000 101100

Color Harmonies of #D3790D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3790D

Black with #D3790D

Text Example


Text Example

White with #D3790D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3790D; }

 p { color: rgb(211,121,13); }

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

background-color css

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

 a { background-color: rgb(211,121,13); }

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

border-color css

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

 span { border-color: rgb(211,121,13); }

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