Html Css Color HEX #D2741E Ochre

📋 copy color: '#D2741E'

red 210 ◦ green 116 ◦ blue 30

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

Shades of Ochre #D2741E

Tints of Ochre #D2741E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.58%

 BLUE value IS 30 (12.11% from 255) = 8.43%

R = 58.99%
G = 32.58%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D2741E (or 0xD2741E) is known color: Ochre. HEX triplet: D2, 74 and 1E. RGB value is (210,116,30). Sum of RGB (Red+Green+Blue) = 210+116+30=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D2741E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2741E is #2D8BE1. Grayscale: #868686. Windows color (decimal): -2984930 or 1995986. OLE color: 1995986.

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

Color convert

RGB 210 116 30 -
CMYK 0 0.45 0.86 0.18
HSL 28.67º 0.75% 0.47% -
HSV(B) 28.67º 0.86% 0.82% -
XYZ 33.06 26.29 4.56 -
YUV 134.3 69.14 181.99 -
System Red Green Blue C M Y K H S L
Decimal 210 116 30 0 0.45 0.86 0.18 28.67 0.75 0.47
Hex D2 74 1E 0 2D 56 12 1D 4B 2F
Octal 322 164 36 0 55 126 22 35 113 57
Binary 11010010 1110100 11110 0 101101 1010110 10010 11101 1001011 101111

Color Harmonies of #D2741E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2741E

Black with #D2741E

Text Example


Text Example

White with #D2741E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2741E; }

 p { color: rgb(210,116,30); }

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

background-color css

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

 a { background-color: rgb(210,116,30); }

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

border-color css

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

 span { border-color: rgb(210,116,30); }

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