Html Css Color HEX #D3780D Ochre

📋 copy color: '#D3780D'

red 211 ◦ green 120 ◦ blue 13

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

Shades of Ochre #D3780D

Tints of Ochre #D3780D

RGB

 RED value IS 211 (82.81% from 255) = 61.34%

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

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

R = 61.34%
G = 34.88%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D3780D (or 0xD3780D) is known color: Ochre. HEX triplet: D3, 78 and 0D. RGB value is (211,120,13). Sum of RGB (Red+Green+Blue) = 211+120+13=344 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.34% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 13 (5.47% from 255 or 3.78% from 344); Max value from RGB is 211 - color contains mainly: red. Hex color #D3780D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D3780D is #2C87F2. Grayscale: #878787. Windows color (decimal): -2918387 or 882899. OLE color: 882899.

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

Color convert

RGB 211 120 13 -
CMYK 0 0.43 0.94 0.17
HSL 32.42º 0.88% 0.44% -
HSV(B) 32.42º 0.94% 0.83% -
XYZ 33.65 27.31 3.88 -
YUV 135.01 59.15 182.2 -
System Red Green Blue C M Y K H S L
Decimal 211 120 13 0 0.43 0.94 0.17 32.42 0.88 0.44
Hex D3 78 D 0 2B 5E 11 20 58 2C
Octal 323 170 15 0 53 136 21 40 130 54
Binary 11010011 1111000 1101 0 101011 1011110 10001 100000 1011000 101100

Color Harmonies of #D3780D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3780D

Black with #D3780D

Text Example


Text Example

White with #D3780D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3780D; }

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

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

background-color css

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

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

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

border-color css

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

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

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