Html Css Color HEX #D2781C Ochre

📋 copy color: '#D2781C'

red 210 ◦ green 120 ◦ blue 28

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

Shades of Ochre #D2781C

Tints of Ochre #D2781C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.52%

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

R = 58.66%
G = 33.52%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D2781C (or 0xD2781C) is known color: Ochre. HEX triplet: D2, 78 and 1C. RGB value is (210,120,28). Sum of RGB (Red+Green+Blue) = 210+120+28=358 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.66% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 28 (11.33% from 255 or 7.82% from 358); Max value from RGB is 210 - color contains mainly: red. Hex color #D2781C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2781C is #2D87E3. Grayscale: #888888. Windows color (decimal): -2983908 or 1865938. OLE color: 1865938.

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

Color convert

RGB 210 120 28 -
CMYK 0 0.43 0.87 0.18
HSL 30.33º 0.76% 0.47% -
HSV(B) 30.33º 0.87% 0.82% -
XYZ 33.5 27.22 4.59 -
YUV 136.42 66.82 180.48 -
System Red Green Blue C M Y K H S L
Decimal 210 120 28 0 0.43 0.87 0.18 30.33 0.76 0.47
Hex D2 78 1C 0 2B 57 12 1E 4C 2F
Octal 322 170 34 0 53 127 22 36 114 57
Binary 11010010 1111000 11100 0 101011 1010111 10010 11110 1001100 101111

Color Harmonies of #D2781C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2781C

Black with #D2781C

Text Example


Text Example

White with #D2781C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2781C; }

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

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

background-color css

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

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

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

border-color css

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

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

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