Html Css Color HEX #D0760A Ochre

📋 copy color: '#D0760A'

red 208 ◦ green 118 ◦ blue 10

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

Shades of Ochre #D0760A

Tints of Ochre #D0760A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.98%

R = 61.9%
G = 35.12%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D0760A (or 0xD0760A) is known color: Ochre. HEX triplet: D0, 76 and 0A. RGB value is (208,118,10). Sum of RGB (Red+Green+Blue) = 208+118+10=336 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.90% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 10 (4.30% from 255 or 2.98% from 336); Max value from RGB is 208 - color contains mainly: red. Hex color #D0760A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0760A is #2F89F5. Grayscale: #858585. Windows color (decimal): -3115510 or 685776. OLE color: 685776.

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

Color convert

RGB 208 118 10 -
CMYK 0 0.43 0.95 0.18
HSL 32.73º 0.91% 0.43% -
HSV(B) 32.73º 0.95% 0.82% -
XYZ 32.55 26.39 3.67 -
YUV 132.6 58.82 181.78 -
System Red Green Blue C M Y K H S L
Decimal 208 118 10 0 0.43 0.95 0.18 32.73 0.91 0.43
Hex D0 76 A 0 2B 5F 12 21 5B 2B
Octal 320 166 12 0 53 137 22 41 133 53
Binary 11010000 1110110 1010 0 101011 1011111 10010 100001 1011011 101011

Color Harmonies of #D0760A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0760A

Black with #D0760A

Text Example


Text Example

White with #D0760A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0760A; }

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

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

background-color css

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

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

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

border-color css

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

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

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