Html Css Color HEX #D2781D Ochre

📋 copy color: '#D2781D'

red 210 ◦ green 120 ◦ blue 29

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

Shades of Ochre #D2781D

Tints of Ochre #D2781D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.08%

R = 58.5%
G = 33.43%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D2781D (or 0xD2781D) is known color: Ochre. HEX triplet: D2, 78 and 1D. RGB value is (210,120,29). Sum of RGB (Red+Green+Blue) = 210+120+29=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 29 (11.72% from 255 or 8.08% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D2781D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2781D is #2D87E2. Grayscale: #888888. Windows color (decimal): -2983907 or 1931474. OLE color: 1931474.

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

Color convert

RGB 210 120 29 -
CMYK 0 0.43 0.86 0.18
HSL 30.17º 0.76% 0.47% -
HSV(B) 30.17º 0.86% 0.82% -
XYZ 33.52 27.22 4.65 -
YUV 136.54 67.32 180.4 -
System Red Green Blue C M Y K H S L
Decimal 210 120 29 0 0.43 0.86 0.18 30.17 0.76 0.47
Hex D2 78 1D 0 2B 56 12 1E 4C 2F
Octal 322 170 35 0 53 126 22 36 114 57
Binary 11010010 1111000 11101 0 101011 1010110 10010 11110 1001100 101111

Color Harmonies of #D2781D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2781D

Black with #D2781D

Text Example


Text Example

White with #D2781D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2781D; }

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

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

background-color css

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

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

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

border-color css

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

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

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