Html Css Color HEX #D3780C Ochre

📋 copy color: '#D3780C'

red 211 ◦ green 120 ◦ blue 12

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

Shades of Ochre #D3780C

Tints of Ochre #D3780C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.5%

R = 61.52%
G = 34.99%
B = 3.5%

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

#D3780C (or 0xD3780C) is known color: Ochre. HEX triplet: D3, 78 and 0C. RGB value is (211,120,12). Sum of RGB (Red+Green+Blue) = 211+120+12=343 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.52% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 211 - color contains mainly: red. Hex color #D3780C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D3780C is #2C87F3. Grayscale: #878787. Windows color (decimal): -2918388 or 817363. OLE color: 817363.

HSL color Cylindrical-coordinate representation of color #D3780C: hue angle of 32.56º degrees, saturation: 0.89, 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 #D3780C is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 120 12 -
CMYK 0 0.43 0.94 0.17
HSL 32.56º 0.89% 0.44% -
HSV(B) 32.56º 0.94% 0.83% -
XYZ 33.65 27.31 3.85 -
YUV 134.9 58.65 182.28 -
System Red Green Blue C M Y K H S L
Decimal 211 120 12 0 0.43 0.94 0.17 32.56 0.89 0.44
Hex D3 78 C 0 2B 5E 11 21 59 2C
Octal 323 170 14 0 53 136 21 41 131 54
Binary 11010011 1111000 1100 0 101011 1011110 10001 100001 1011001 101100

Color Harmonies of #D3780C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3780C

Black with #D3780C

Text Example


Text Example

White with #D3780C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3780C; }

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

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

background-color css

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

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

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

border-color css

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

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

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