Html Css Color HEX #D0790B Ochre

📋 copy color: '#D0790B'

red 208 ◦ green 121 ◦ blue 11

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

Shades of Ochre #D0790B

Tints of Ochre #D0790B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.24%

R = 61.18%
G = 35.59%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D0790B (or 0xD0790B) is known color: Ochre. HEX triplet: D0, 79 and 0B. RGB value is (208,121,11). Sum of RGB (Red+Green+Blue) = 208+121+11=340 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.18% from 340); Green value is 121 (47.66% from 255 or 35.59% from 340); Blue value is 11 (4.69% from 255 or 3.24% from 340); Max value from RGB is 208 - color contains mainly: red. Hex color #D0790B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0790B is #2F86F4. Grayscale: #878787. Windows color (decimal): -3114741 or 752080. OLE color: 752080.

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

Color convert

RGB 208 121 11 -
CMYK 0 0.42 0.95 0.18
HSL 33.5º 0.9% 0.43% -
HSV(B) 33.5º 0.95% 0.82% -
XYZ 32.91 27.11 3.81 -
YUV 134.47 58.32 180.44 -
System Red Green Blue C M Y K H S L
Decimal 208 121 11 0 0.42 0.95 0.18 33.5 0.9 0.43
Hex D0 79 B 0 2A 5F 12 22 5A 2B
Octal 320 171 13 0 52 137 22 42 132 53
Binary 11010000 1111001 1011 0 101010 1011111 10010 100010 1011010 101011

Color Harmonies of #D0790B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0790B

Black with #D0790B

Text Example


Text Example

White with #D0790B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0790B; }

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

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

background-color css

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

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

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

border-color css

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

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

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