Html Css Color HEX #D2780D Ochre

📋 copy color: '#D2780D'

red 210 ◦ green 120 ◦ blue 13

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

Shades of Ochre #D2780D

Tints of Ochre #D2780D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.79%

R = 61.22%
G = 34.99%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D2780D (or 0xD2780D) is known color: Ochre. HEX triplet: D2, 78 and 0D. RGB value is (210,120,13). Sum of RGB (Red+Green+Blue) = 210+120+13=343 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.22% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 13 (5.47% from 255 or 3.79% from 343); Max value from RGB is 210 - color contains mainly: red. Hex color #D2780D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2780D is #2D87F2. Grayscale: #878787. Windows color (decimal): -2983923 or 882898. OLE color: 882898.

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

Color convert

RGB 210 120 13 -
CMYK 0 0.43 0.94 0.18
HSL 32.59º 0.88% 0.44% -
HSV(B) 32.59º 0.94% 0.82% -
XYZ 33.37 27.16 3.87 -
YUV 134.71 59.32 181.7 -
System Red Green Blue C M Y K H S L
Decimal 210 120 13 0 0.43 0.94 0.18 32.59 0.88 0.44
Hex D2 78 D 0 2B 5E 12 21 58 2C
Octal 322 170 15 0 53 136 22 41 130 54
Binary 11010010 1111000 1101 0 101011 1011110 10010 100001 1011000 101100

Color Harmonies of #D2780D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2780D

Black with #D2780D

Text Example


Text Example

White with #D2780D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2780D; }

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

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

background-color css

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

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

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

border-color css

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

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

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