Html Css Color HEX #D0760D Ochre

📋 copy color: '#D0760D'

red 208 ◦ green 118 ◦ blue 13

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

Shades of Ochre #D0760D

Tints of Ochre #D0760D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.81%

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

R = 61.36%
G = 34.81%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0760D (or 0xD0760D) is known color: Ochre. HEX triplet: D0, 76 and 0D. RGB value is (208,118,13). Sum of RGB (Red+Green+Blue) = 208+118+13=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 13 (5.47% from 255 or 3.83% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D0760D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0760D is #2F89F2. Grayscale: #858585. Windows color (decimal): -3115507 or 882384. OLE color: 882384.

HSL color Cylindrical-coordinate representation of color #D0760D: hue angle of 32.31º 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 #D0760D is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 118 13 -
CMYK 0 0.43 0.94 0.18
HSL 32.31º 0.88% 0.43% -
HSV(B) 32.31º 0.94% 0.82% -
XYZ 32.56 26.4 3.76 -
YUV 132.94 60.32 181.54 -
System Red Green Blue C M Y K H S L
Decimal 208 118 13 0 0.43 0.94 0.18 32.31 0.88 0.43
Hex D0 76 D 0 2B 5E 12 20 58 2B
Octal 320 166 15 0 53 136 22 40 130 53
Binary 11010000 1110110 1101 0 101011 1011110 10010 100000 1011000 101011

Color Harmonies of #D0760D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0760D

Black with #D0760D

Text Example


Text Example

White with #D0760D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0760D; }

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

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

background-color css

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

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

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

border-color css

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

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

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