Html Css Color HEX #D2761C Ochre

📋 copy color: '#D2761C'

red 210 ◦ green 118 ◦ blue 28

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

Shades of Ochre #D2761C

Tints of Ochre #D2761C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.87%

R = 58.99%
G = 33.15%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D2761C (or 0xD2761C) is known color: Ochre. HEX triplet: D2, 76 and 1C. RGB value is (210,118,28). Sum of RGB (Red+Green+Blue) = 210+118+28=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 28 (11.33% from 255 or 7.87% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D2761C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2761C is #2D89E3. Grayscale: #878787. Windows color (decimal): -2984420 or 1865426. OLE color: 1865426.

HSL color Cylindrical-coordinate representation of color #D2761C: hue angle of 29.67º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2761C is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 118 28 -
CMYK 0 0.44 0.87 0.18
HSL 29.67º 0.76% 0.47% -
HSV(B) 29.67º 0.87% 0.82% -
XYZ 33.27 26.74 4.51 -
YUV 135.25 67.48 181.32 -
System Red Green Blue C M Y K H S L
Decimal 210 118 28 0 0.44 0.87 0.18 29.67 0.76 0.47
Hex D2 76 1C 0 2C 57 12 1E 4C 2F
Octal 322 166 34 0 54 127 22 36 114 57
Binary 11010010 1110110 11100 0 101100 1010111 10010 11110 1001100 101111

Color Harmonies of #D2761C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2761C

Black with #D2761C

Text Example


Text Example

White with #D2761C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2761C; }

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

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

background-color css

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

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

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

border-color css

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

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

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