Html Css Color HEX #D2761A Ochre

📋 copy color: '#D2761A'

red 210 ◦ green 118 ◦ blue 26

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

Shades of Ochre #D2761A

Tints of Ochre #D2761A

RGB

 RED value IS 210 (82.42% from 255) = 59.32%

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

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

R = 59.32%
G = 33.33%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D2761A (or 0xD2761A) is known color: Ochre. HEX triplet: D2, 76 and 1A. RGB value is (210,118,26). Sum of RGB (Red+Green+Blue) = 210+118+26=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 26 (10.55% from 255 or 7.34% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D2761A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2761A is #2D89E5. Grayscale: #878787. Windows color (decimal): -2984422 or 1734354. OLE color: 1734354.

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

Color convert

RGB 210 118 26 -
CMYK 0 0.44 0.88 0.18
HSL 30º 0.78% 0.46% -
HSV(B) 30º 0.88% 0.82% -
XYZ 33.24 26.73 4.39 -
YUV 135.02 66.48 181.48 -
System Red Green Blue C M Y K H S L
Decimal 210 118 26 0 0.44 0.88 0.18 30 0.78 0.46
Hex D2 76 1A 0 2C 58 12 1E 4E 2E
Octal 322 166 32 0 54 130 22 36 116 56
Binary 11010010 1110110 11010 0 101100 1011000 10010 11110 1001110 101110

Color Harmonies of #D2761A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2761A

Black with #D2761A

Text Example


Text Example

White with #D2761A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2761A; }

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

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

background-color css

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

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

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

border-color css

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

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

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