Html Css Color HEX #D3761A Ochre

📋 copy color: '#D3761A'

red 211 ◦ green 118 ◦ blue 26

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

Shades of Ochre #D3761A

Tints of Ochre #D3761A

RGB

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

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

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

R = 59.44%
G = 33.24%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D3761A (or 0xD3761A) is known color: Ochre. HEX triplet: D3, 76 and 1A. RGB value is (211,118,26). Sum of RGB (Red+Green+Blue) = 211+118+26=355 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.44% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 26 (10.55% from 255 or 7.32% from 355); Max value from RGB is 211 - color contains mainly: red. Hex color #D3761A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3761A is #2C89E5. Grayscale: #878787. Windows color (decimal): -2918886 or 1734355. OLE color: 1734355.

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

Color convert

RGB 211 118 26 -
CMYK 0 0.44 0.88 0.17
HSL 29.84º 0.78% 0.46% -
HSV(B) 29.84º 0.88% 0.83% -
XYZ 33.53 26.88 4.4 -
YUV 135.32 66.31 181.98 -
System Red Green Blue C M Y K H S L
Decimal 211 118 26 0 0.44 0.88 0.17 29.84 0.78 0.46
Hex D3 76 1A 0 2C 58 11 1E 4E 2E
Octal 323 166 32 0 54 130 21 36 116 56
Binary 11010011 1110110 11010 0 101100 1011000 10001 11110 1001110 101110

Color Harmonies of #D3761A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3761A

Black with #D3761A

Text Example


Text Example

White with #D3761A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3761A; }

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

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

background-color css

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

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

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

border-color css

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

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

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