Html Css Color HEX #D0761A Ochre

📋 copy color: '#D0761A'

red 208 ◦ green 118 ◦ blue 26

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

Shades of Ochre #D0761A

Tints of Ochre #D0761A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.39%

R = 59.09%
G = 33.52%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D0761A (or 0xD0761A) is known color: Ochre. HEX triplet: D0, 76 and 1A. RGB value is (208,118,26). Sum of RGB (Red+Green+Blue) = 208+118+26=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 26 (10.55% from 255 or 7.39% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D0761A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0761A is #2F89E5. Grayscale: #868686. Windows color (decimal): -3115494 or 1734352. OLE color: 1734352.

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

Color convert

RGB 208 118 26 -
CMYK 0 0.43 0.88 0.18
HSL 30.33º 0.78% 0.46% -
HSV(B) 30.33º 0.88% 0.82% -
XYZ 32.68 26.44 4.36 -
YUV 134.42 66.82 180.48 -
System Red Green Blue C M Y K H S L
Decimal 208 118 26 0 0.43 0.88 0.18 30.33 0.78 0.46
Hex D0 76 1A 0 2B 58 12 1E 4E 2E
Octal 320 166 32 0 53 130 22 36 116 56
Binary 11010000 1110110 11010 0 101011 1011000 10010 11110 1001110 101110

Color Harmonies of #D0761A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0761A

Black with #D0761A

Text Example


Text Example

White with #D0761A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0761A; }

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

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

background-color css

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

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

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

border-color css

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

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

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