Html Css Color HEX #D2751C Ochre

📋 copy color: '#D2751C'

red 210 ◦ green 117 ◦ blue 28

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

Shades of Ochre #D2751C

Tints of Ochre #D2751C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.96%

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

R = 59.15%
G = 32.96%
B = 7.89%

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

#D2751C (or 0xD2751C) is known color: Ochre. HEX triplet: D2, 75 and 1C. RGB value is (210,117,28). Sum of RGB (Red+Green+Blue) = 210+117+28=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 28 (11.33% from 255 or 7.89% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D2751C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2751C is #2D8AE3. Grayscale: #878787. Windows color (decimal): -2984676 or 1865170. OLE color: 1865170.

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

Color convert

RGB 210 117 28 -
CMYK 0 0.44 0.87 0.18
HSL 29.34º 0.76% 0.47% -
HSV(B) 29.34º 0.87% 0.82% -
XYZ 33.15 26.51 4.47 -
YUV 134.66 67.81 181.74 -
System Red Green Blue C M Y K H S L
Decimal 210 117 28 0 0.44 0.87 0.18 29.34 0.76 0.47
Hex D2 75 1C 0 2C 57 12 1D 4C 2F
Octal 322 165 34 0 54 127 22 35 114 57
Binary 11010010 1110101 11100 0 101100 1010111 10010 11101 1001100 101111

Color Harmonies of #D2751C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2751C

Black with #D2751C

Text Example


Text Example

White with #D2751C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2751C; }

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

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

background-color css

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

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

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

border-color css

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

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

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